#A06D8A
A medium, muted magenta closely aligning with Rosybrown.
About #A06D8A
When working with digital screens, the color #A06D8A is rendered by mixing light. It is closely associated with the named CSS color Rosybrown. This translates to an RGB value of rgb(160, 109, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 32% Magenta, 14% Yellow, and 37% Black. With a hue angle of 325.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A06D8A
RGB160, 109, 138
HSL325.9°, 21.2%, 52.7%
CMYK0%, 32%, 14%, 37%
HSV325.9°, 31.9%, 62.7%
LAB52.1, 24.8, -7.7
XYZ24.6, 20.2, 26.7
Decimal10513802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06D8A;
}
.text-color {
color: #A06D8A;
}
.border-color {
border: 2px solid #A06D8A;
}