#A01D5F
A dark, moderate magenta closely aligning with Mediumvioletred.
About #A01D5F
Visually, #A01D5F is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 29, and 95.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 82% M, 41% Y, and 37% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A01D5F
RGB160, 29, 95
HSL329.8°, 69.3%, 37.1%
CMYK0%, 82%, 41%, 37%
HSV329.8°, 81.9%, 62.7%
LAB36.3, 56.2, -4.9
XYZ17.0, 9.2, 11.7
Decimal10493279
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.41:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.08:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01D5F;
}
.text-color {
color: #A01D5F;
}
.border-color {
border: 2px solid #A01D5F;
}