#A066A8
A medium, muted magenta closely aligning with Plum.
About #A066A8
When working with digital screens, the color #A066A8 is rendered by mixing light. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(160, 102, 168).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 5% cyan and 39% magenta inks. With a hue angle of 292.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 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#A066A8
RGB160, 102, 168
HSL292.7°, 27.5%, 52.9%
CMYK5%, 39%, 0%, 34%
HSV292.7°, 39.3%, 65.9%
LAB51.6, 34.4, -26.0
XYZ26.3, 19.8, 39.5
Decimal10512040
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.23:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A066A8;
}
.text-color {
color: #A066A8;
}
.border-color {
border: 2px solid #A066A8;
}