#A04999
A medium, moderate magenta closely aligning with Orchid.
About #A04999
At its core, #A04999 is a medium and moderate hue. Its closest recognized web color is Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 73, and 153.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 54% M, 4% Y, and 37% K. The HSL representation is 304.8° hue, 37.3% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A04999
RGB160, 73, 153
HSL304.8°, 37.3%, 45.7%
CMYK0%, 54%, 4%, 37%
HSV304.8°, 54.4%, 62.7%
LAB45.0, 47.0, -27.5
XYZ22.6, 14.5, 31.8
Decimal10504601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.37:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.14:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A04999;
}
.text-color {
color: #A04999;
}
.border-color {
border: 2px solid #A04999;
}