#A06DA8
A medium, muted magenta closely aligning with Plum.
About #A06DA8
When working with digital screens, the color #A06DA8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(160, 109, 168).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 5% cyan, 35% magenta, 0% yellow, and 34% black. With a hue angle of 291.9 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A06DA8
RGB160, 109, 168
HSL291.9°, 25.3%, 54.3%
CMYK5%, 35%, 0%, 34%
HSV291.9°, 35.1%, 65.9%
LAB53.2, 30.5, -23.6
XYZ27.0, 21.2, 39.7
Decimal10513832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06DA8;
}
.text-color {
color: #A06DA8;
}
.border-color {
border: 2px solid #A06DA8;
}