#AF3AAF
A medium, moderate magenta closely aligning with Mediumorchid.
About #AF3AAF
At its core, #AF3AAF is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(175, 58, 175).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 67% M, 0% Y, and 31% K. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF3AAF
RGB175, 58, 175
HSL300.0°, 50.2%, 45.7%
CMYK0%, 67%, 0%, 31%
HSV300.0°, 66.9%, 68.6%
LAB46.0, 61.4, -38.9
XYZ26.9, 15.2, 42.1
Decimal11483823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF3AAF;
}
.text-color {
color: #AF3AAF;
}
.border-color {
border: 2px solid #AF3AAF;
}