#AF0083
A dark, vivid magenta closely aligning with Mediumvioletred.
About #AF0083
When working with digital screens, the color #AF0083 is rendered by mixing light. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 175 red, 0 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 25% 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#AF0083
RGB175, 0, 131
HSL315.1°, 100.0%, 34.3%
CMYK0%, 100%, 25%, 31%
HSV315.1°, 100.0%, 68.6%
LAB39.2, 68.2, -23.0
XYZ21.8, 10.8, 22.4
Decimal11468931
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.67:1
Text on #FFFFFF
AA
3.15:1
Text on #000000
AA Large
6.37:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0083;
}
.text-color {
color: #AF0083;
}
.border-color {
border: 2px solid #AF0083;
}