#AF3A99
A medium, moderate magenta closely aligning with Darkmagenta.
About #AF3A99
At its core, #AF3A99 is a medium and moderate hue. Designers often compare it to the standard color Darkmagenta. In the RGB color space, it consists of 175 red, 58 green, and 153 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 67% M, 13% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#AF3A99
RGB175, 58, 153
HSL311.3°, 50.2%, 45.7%
CMYK0%, 67%, 13%, 31%
HSV311.3°, 66.9%, 68.6%
LAB44.9, 57.8, -27.5
XYZ24.9, 14.4, 31.6
Decimal11483801
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.40:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.16:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF3A99;
}
.text-color {
color: #AF3A99;
}
.border-color {
border: 2px solid #AF3A99;
}