#A82C66
A medium, moderate magenta closely aligning with Mediumvioletred.
About #A82C66
Visually, #A82C66 is defined as a moderate magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(168, 44, 102).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 74% magenta, 39% yellow, and 34% black. With a hue angle of 331.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A82C66
RGB168, 44, 102
HSL331.9°, 58.5%, 41.6%
CMYK0%, 74%, 39%, 34%
HSV331.9°, 73.8%, 65.9%
LAB39.7, 54.4, -4.1
XYZ19.4, 11.1, 13.7
Decimal11021414
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.53:1
Text on #FFFFFF
AA
3.22:1
Text on #000000
AA Large
6.24:1
Text on #F8FAFC
AA
2.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A82C66;
}
.text-color {
color: #A82C66;
}
.border-color {
border: 2px solid #A82C66;
}