#AE6AA4
A medium, muted magenta closely aligning with Plum.
About #AE6AA4
Visually, #AE6AA4 is defined as a muted magenta. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(174, 106, 164).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 39% Magenta, 6% Yellow, and 32% Black. Always request a physical proof before doing a large print run with this exact code.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AE6AA4
RGB174, 106, 164
HSL308.8°, 29.6%, 54.9%
CMYK0%, 39%, 6%, 32%
HSV308.8°, 39.1%, 68.2%
LAB54.0, 36.0, -19.9
XYZ29.3, 22.0, 37.8
Decimal11430564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AE6AA4;
}
.text-color {
color: #AE6AA4;
}
.border-color {
border: 2px solid #AE6AA4;
}