#A83A75
A medium, moderate magenta closely aligning with Mediumvioletred.
About #A83A75
At its core, #A83A75 is a medium and moderate hue. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 168 red, 58 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 65% Magenta, 30% Yellow, and 34% Black. The HSL representation is 327.8° hue, 48.7% saturation, and 44.3% lightness.
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#A83A75
RGB168, 58, 117
HSL327.8°, 48.7%, 44.3%
CMYK0%, 65%, 30%, 34%
HSV327.8°, 65.5%, 65.9%
LAB42.2, 50.8, -9.7
XYZ20.9, 12.6, 18.2
Decimal11025013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.95:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.69:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A83A75;
}
.text-color {
color: #A83A75;
}
.border-color {
border: 2px solid #A83A75;
}