#AF507C
A medium, moderate magenta closely aligning with Palevioletred.
About #AF507C
At its core, #AF507C is a medium and moderate hue. It is closely associated with the named CSS color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 80, and 124.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 54% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF507C
RGB175, 80, 124
HSL332.2°, 37.3%, 50.0%
CMYK0%, 54%, 29%, 31%
HSV332.2°, 54.3%, 68.6%
LAB47.4, 43.7, -6.2
XYZ24.2, 16.3, 20.9
Decimal11489404
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.93:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF507C;
}
.text-color {
color: #AF507C;
}
.border-color {
border: 2px solid #AF507C;
}