#A82C92
A medium, moderate magenta closely aligning with Darkmagenta.
About #A82C92
When working with digital screens, the color #A82C92 is rendered by mixing light. It is closely associated with the named CSS color Darkmagenta. In the RGB color space, it consists of 168 red, 44 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 74% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A82C92
RGB168, 44, 146
HSL310.6°, 58.5%, 41.6%
CMYK0%, 74%, 13%, 34%
HSV310.6°, 73.8%, 65.9%
LAB41.5, 60.1, -28.6
XYZ22.2, 12.2, 28.4
Decimal11021458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.10:1
Text on #FFFFFF
AA
3.44:1
Text on #000000
AA Large
5.83:1
Text on #F8FAFC
AA
2.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A82C92;
}
.text-color {
color: #A82C92;
}
.border-color {
border: 2px solid #A82C92;
}