#AF0FAF
A dark, vivid magenta closely aligning with Darkmagenta.
About #AF0FAF
At its core, #AF0FAF is a dark and vivid hue. It is closely associated with the named CSS color Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 15, and 175.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 91% M, 0% Y, and 31% K. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF0FAF
RGB175, 15, 175
HSL300.0°, 84.2%, 37.3%
CMYK0%, 91%, 0%, 31%
HSV300.0°, 91.4%, 68.6%
LAB42.1, 72.5, -45.0
XYZ25.6, 12.6, 41.6
Decimal11472815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.98:1
Text on #FFFFFF
AA
3.51:1
Text on #000000
AA Large
5.72:1
Text on #F8FAFC
AA
2.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0FAF;
}
.text-color {
color: #AF0FAF;
}
.border-color {
border: 2px solid #AF0FAF;
}