#AF0FF0
A medium, vivid purple closely aligning with Darkviolet.
About #AF0FF0
At its core, #AF0FF0 is a medium and vivid hue. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 175 red, 15 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 27% cyan, 94% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF0FF0
RGB175, 15, 240
HSL282.7°, 88.2%, 50.0%
CMYK27%, 94%, 0%, 6%
HSV282.7°, 93.8%, 94.1%
LAB46.6, 83.5, -75.2
XYZ33.6, 15.7, 83.7
Decimal11472880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.06:1
Text on #FFFFFF
AA
4.15:1
Text on #000000
AA Large
4.84:1
Text on #F8FAFC
AA
3.53:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF0FF0;
}
.text-color {
color: #AF0FF0;
}
.border-color {
border: 2px solid #AF0FF0;
}