#A01650
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A01650
The precise color #A01650 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(160, 22, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 86% Magenta, 50% Yellow, and 37% Black. With a hue angle of 334.8 degrees, it sits comfortably in the magenta spectrum.
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#A01650
RGB160, 22, 80
HSL334.8°, 75.8%, 35.7%
CMYK0%, 86%, 50%, 37%
HSV334.8°, 86.2%, 62.7%
LAB35.3, 56.5, 3.2
XYZ16.2, 8.6, 8.4
Decimal10491472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.71:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.36:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01650;
}
.text-color {
color: #A01650;
}
.border-color {
border: 2px solid #A01650;
}