#AF3383
A medium, moderate magenta closely aligning with Mediumvioletred.
About #AF3383
When working with digital screens, the color #AF3383 is rendered by mixing light. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 175 red, 51 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 71% Magenta, 25% Yellow, and 31% Black. The HSL representation is 321.3° hue, 54.9% saturation, and 44.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF3383
RGB175, 51, 131
HSL321.3°, 54.9%, 44.3%
CMYK0%, 71%, 25%, 31%
HSV321.3°, 70.9%, 68.6%
LAB42.9, 57.3, -17.1
XYZ23.0, 13.1, 22.8
Decimal11481987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.79:1
Text on #FFFFFF
AA
3.62:1
Text on #000000
AA Large
5.54:1
Text on #F8FAFC
AA
3.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF3383;
}
.text-color {
color: #AF3383;
}
.border-color {
border: 2px solid #AF3383;
}