#AF0F50
A dark, vivid magenta closely aligning with Mediumvioletred.
About #AF0F50
At its core, #AF0F50 is a dark and vivid hue. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 175 red, 15 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 91% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#AF0F50
RGB175, 15, 80
HSL335.6°, 84.2%, 37.3%
CMYK0%, 91%, 54%, 31%
HSV335.6°, 91.4%, 68.6%
LAB37.9, 61.5, 7.4
XYZ19.3, 10.0, 8.5
Decimal11472720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.98:1
Text on #FFFFFF
AA
3.01:1
Text on #000000
AA Large
6.67:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0F50;
}
.text-color {
color: #AF0F50;
}
.border-color {
border: 2px solid #AF0F50;
}