#A06995
A medium, muted magenta closely aligning with Plum.
About #A06995
When working with digital screens, the color #A06995 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, 105, 149).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 34% Magenta, 7% Yellow, and 37% Black. With a hue angle of 312.0 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A06995
RGB160, 105, 149
HSL312.0°, 22.4%, 52.0%
CMYK0%, 34%, 7%, 37%
HSV312.0°, 34.4%, 62.7%
LAB51.5, 29.1, -15.0
XYZ25.0, 19.7, 30.9
Decimal10512789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.95:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06995;
}
.text-color {
color: #A06995;
}
.border-color {
border: 2px solid #A06995;
}