#A06692
A medium, muted magenta closely aligning with Palevioletred.
About #A06692
At its core, #A06692 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 160 red, 102 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 36% M, 9% Y, and 37% K. The HSL representation is 314.5° hue, 23.4% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A06692
RGB160, 102, 146
HSL314.5°, 23.4%, 51.4%
CMYK0%, 36%, 9%, 37%
HSV314.5°, 36.2%, 62.7%
LAB50.7, 30.2, -14.5
XYZ24.4, 19.1, 29.6
Decimal10512018
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.37:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06692;
}
.text-color {
color: #A06692;
}
.border-color {
border: 2px solid #A06692;
}