#A01683
A dark, vivid magenta closely aligning with Purple.
About #A01683
Visually, #A01683 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(160, 22, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 86% magenta, 18% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#A01683
RGB160, 22, 131
HSL312.6°, 75.8%, 35.7%
CMYK0%, 86%, 18%, 37%
HSV312.6°, 86.2%, 62.7%
LAB37.3, 62.1, -26.1
XYZ18.9, 9.7, 22.3
Decimal10491523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.15:1
Text on #FFFFFF
AAA
2.94:1
Text on #000000
FAIL
6.83:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01683;
}
.text-color {
color: #A01683;
}
.border-color {
border: 2px solid #A01683;
}