#AF07E9
A medium, vivid purple closely aligning with Darkviolet.
About #AF07E9
At its core, #AF07E9 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 175, 7, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 25% C, 97% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#AF07E9
RGB175, 7, 233
HSL284.6°, 94.2%, 47.1%
CMYK25%, 97%, 0%, 9%
HSV284.6°, 97.0%, 91.4%
LAB45.8, 83.0, -72.6
XYZ32.5, 15.1, 78.3
Decimal11470825
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.21:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF07E9;
}
.text-color {
color: #AF07E9;
}
.border-color {
border: 2px solid #AF07E9;
}