#A0428A
A medium, moderate magenta closely aligning with Purple.
About #A0428A
At its core, #A0428A is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Purple. In the RGB color space, it consists of 160 red, 66 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 59% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0428A
RGB160, 66, 138
HSL314.0°, 41.6%, 44.3%
CMYK0%, 59%, 14%, 37%
HSV314.0°, 58.7%, 62.7%
LAB43.1, 47.8, -21.4
XYZ21.0, 13.2, 25.5
Decimal10502794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.77:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A0428A;
}
.text-color {
color: #A0428A;
}
.border-color {
border: 2px solid #A0428A;
}