#AF00F8
A medium, vivid purple closely aligning with Darkviolet.
About #AF00F8
At its core, #AF00F8 is a medium and vivid hue. It is closely associated with the named CSS color Darkviolet. In the RGB color space, it consists of 175 red, 0 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 29% C, 100% M, 0% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF00F8
RGB175, 0, 248
HSL282.3°, 100.0%, 48.6%
CMYK29%, 100%, 0%, 3%
HSV282.3°, 100.0%, 97.3%
LAB46.8, 86.3, -79.4
XYZ34.6, 15.9, 90.0
Decimal11469048
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.80:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF00F8;
}
.text-color {
color: #AF00F8;
}
.border-color {
border: 2px solid #AF00F8;
}