#A06D99
A medium, muted magenta closely aligning with Plum.
About #A06D99
Visually, #A06D99 is defined as a muted magenta. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 109, and 153.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 32% Magenta, 4% Yellow, and 37% Black. With a hue angle of 308.2 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A06D99
RGB160, 109, 153
HSL308.2°, 21.2%, 52.7%
CMYK0%, 32%, 4%, 37%
HSV308.2°, 31.9%, 62.7%
LAB52.6, 27.6, -15.7
XYZ25.7, 20.7, 32.8
Decimal10513817
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06D99;
}
.text-color {
color: #A06D99;
}
.border-color {
border: 2px solid #A06D99;
}