#AF3A8A
A medium, moderate magenta closely aligning with Mediumvioletred.
About #AF3A8A
Visually, #AF3A8A is defined as a moderate magenta. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 175 red, 58 green, and 138 blue.
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 67% magenta inks. With a hue angle of 319.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#AF3A8A
RGB175, 58, 138
HSL319.0°, 50.2%, 45.7%
CMYK0%, 67%, 21%, 31%
HSV319.0°, 66.9%, 68.6%
LAB44.2, 55.6, -19.5
XYZ23.8, 14.0, 25.5
Decimal11483786
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.53:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.29:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF3A8A;
}
.text-color {
color: #AF3A8A;
}
.border-color {
border: 2px solid #AF3A8A;
}