#AF16F8
A medium, vivid purple closely aligning with Darkviolet.
About #AF16F8
The precise color #AF16F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(175, 22, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 29% cyan and 91% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF16F8
RGB175, 22, 248
HSL280.6°, 94.2%, 52.9%
CMYK29%, 91%, 0%, 3%
HSV280.6°, 91.1%, 97.3%
LAB47.6, 84.0, -78.2
XYZ34.9, 16.5, 90.1
Decimal11474680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.89:1
Text on #FFFFFF
AA
4.29:1
Text on #000000
AA Large
4.68:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF16F8;
}
.text-color {
color: #AF16F8;
}
.border-color {
border: 2px solid #AF16F8;
}