#A0337C
A medium, moderate magenta closely aligning with Mediumvioletred.
About #A0337C
At its core, #A0337C is a medium and moderate hue. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(160, 51, 124).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. The HSL representation is 319.8° hue, 51.7% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0337C
RGB160, 51, 124
HSL319.8°, 51.7%, 41.4%
CMYK0%, 68%, 22%, 37%
HSV319.8°, 68.1%, 62.7%
LAB40.1, 52.3, -17.4
XYZ19.3, 11.3, 20.2
Decimal10498940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.44:1
Text on #FFFFFF
AA
3.26:1
Text on #000000
AA Large
6.16:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A0337C;
}
.text-color {
color: #A0337C;
}
.border-color {
border: 2px solid #A0337C;
}