#AF007C
A dark, vivid magenta closely aligning with Mediumvioletred.
About #AF007C
Visually, #AF007C is defined as a vivid magenta. Designers often compare it to the standard color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 0, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 100% M, 29% Y, and 31% K. With a hue angle of 317.5 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF007C
RGB175, 0, 124
HSL317.5°, 100.0%, 34.3%
CMYK0%, 100%, 29%, 31%
HSV317.5°, 100.0%, 68.6%
LAB38.8, 67.4, -19.1
XYZ21.3, 10.6, 20.0
Decimal11468924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.74:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.45:1
Text on #F8FAFC
AA
2.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF007C;
}
.text-color {
color: #AF007C;
}
.border-color {
border: 2px solid #AF007C;
}