#AF3A75
A medium, moderate magenta closely aligning with Mediumvioletred.
About #AF3A75
Visually, #AF3A75 is defined as a moderate magenta. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 175 red, 58 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 67% M, 33% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF3A75
RGB175, 58, 117
HSL329.7°, 50.2%, 45.7%
CMYK0%, 67%, 33%, 31%
HSV329.7°, 66.9%, 68.6%
LAB43.4, 52.8, -7.8
XYZ22.4, 13.4, 18.2
Decimal11483765
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.70:1
Text on #FFFFFF
AA
3.68:1
Text on #000000
AA Large
5.45:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF3A75;
}
.text-color {
color: #AF3A75;
}
.border-color {
border: 2px solid #AF3A75;
}