#AF4283
A medium, moderate magenta closely aligning with Mediumvioletred.
About #AF4283
At its core, #AF4283 is a medium and moderate hue. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(175, 66, 131).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF4283
RGB175, 66, 131
HSL324.2°, 45.2%, 47.3%
CMYK0%, 62%, 25%, 31%
HSV324.2°, 62.3%, 68.6%
LAB45.1, 51.2, -13.8
XYZ23.7, 14.6, 23.0
Decimal11485827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.34:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.11:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF4283;
}
.text-color {
color: #AF4283;
}
.border-color {
border: 2px solid #AF4283;
}