#A82483
A medium, moderate magenta closely aligning with Mediumvioletred.
About #A82483
The precise color #A82483 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(168, 36, 131).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 79% magenta, 22% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A82483
RGB168, 36, 131
HSL316.8°, 64.7%, 40.0%
CMYK0%, 79%, 22%, 34%
HSV316.8°, 78.6%, 65.9%
LAB40.0, 60.5, -21.8
XYZ20.9, 11.2, 22.5
Decimal11019395
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.47:1
Text on #FFFFFF
AA
3.25:1
Text on #000000
AA Large
6.19:1
Text on #F8FAFC
AA
2.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A82483;
}
.text-color {
color: #A82483;
}
.border-color {
border: 2px solid #A82483;
}