#A8496D
A medium, moderate magenta closely aligning with Palevioletred.
About #A8496D
Visually, #A8496D is defined as a moderate magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(168, 73, 109).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 57% Magenta, 35% Yellow, and 34% Black. The HSL representation is 337.3° hue, 39.4% saturation, and 47.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8496D
RGB168, 73, 109
HSL337.3°, 39.4%, 47.3%
CMYK0%, 57%, 35%, 34%
HSV337.3°, 56.5%, 65.9%
LAB44.5, 42.8, -1.4
XYZ21.3, 14.2, 16.1
Decimal11028845
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.23:1
Text on #F8FAFC
AA
3.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A8496D;
}
.text-color {
color: #A8496D;
}
.border-color {
border: 2px solid #A8496D;
}