#AF33A8
A medium, moderate magenta closely aligning with Darkmagenta.
About #AF33A8
Visually, #AF33A8 is defined as a moderate magenta. It is closely associated with the named CSS color Darkmagenta. In the RGB color space, it consists of 175 red, 51 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 71% M, 4% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF33A8
RGB175, 51, 168
HSL303.4°, 54.9%, 44.3%
CMYK0%, 71%, 4%, 31%
HSV303.4°, 70.9%, 68.6%
LAB44.7, 62.8, -36.7
XYZ25.9, 14.3, 38.4
Decimal11482024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.44:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.20:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF33A8;
}
.text-color {
color: #AF33A8;
}
.border-color {
border: 2px solid #AF33A8;
}