#A0496D
A medium, moderate magenta closely aligning with Palevioletred.
About #A0496D
Visually, #A0496D is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 73, and 109.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 54% M, 32% Y, and 37% K. The HSL representation is 335.2° hue, 37.3% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0496D
RGB160, 73, 109
HSL335.2°, 37.3%, 45.7%
CMYK0%, 54%, 32%, 37%
HSV335.2°, 54.4%, 62.7%
LAB43.3, 40.1, -3.4
XYZ19.6, 13.3, 16.0
Decimal10504557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.72:1
Text on #FFFFFF
AA
3.67:1
Text on #000000
AA Large
5.47:1
Text on #F8FAFC
AA
3.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A0496D;
}
.text-color {
color: #A0496D;
}
.border-color {
border: 2px solid #A0496D;
}