#A03A6D
A medium, moderate magenta closely aligning with Palevioletred.
About #A03A6D
Visually, #A03A6D is defined as a moderate magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(160, 58, 109).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 64% Magenta, 32% Yellow, and 37% Black. The HSL representation is 330.0° hue, 46.8% saturation, and 42.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A03A6D
RGB160, 58, 109
HSL330.0°, 46.8%, 42.7%
CMYK0%, 64%, 32%, 37%
HSV330.0°, 63.8%, 62.7%
LAB40.6, 47.3, -7.4
XYZ18.8, 11.6, 15.7
Decimal10500717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.32:1
Text on #FFFFFF
AA
3.32:1
Text on #000000
AA Large
6.04:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A03A6D;
}
.text-color {
color: #A03A6D;
}
.border-color {
border: 2px solid #A03A6D;
}