#AC17FA
A medium, vivid purple closely aligning with Darkviolet.
About #AC17FA
At its core, #AC17FA is a medium and vivid hue. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 172, 23, and 250.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 31% cyan and 91% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AC17FA
RGB172, 23, 250
HSL279.4°, 95.8%, 53.5%
CMYK31%, 91%, 0%, 2%
HSV279.4°, 90.8%, 98.0%
LAB47.3, 83.9, -79.7
XYZ34.6, 16.3, 91.8
Decimal11278330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.93:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AC17FA;
}
.text-color {
color: #AC17FA;
}
.border-color {
border: 2px solid #AC17FA;
}