#A83ACC
A medium, moderate magenta closely aligning with Darkorchid.
About #A83ACC
Visually, #A83ACC is defined as a moderate magenta. Designers often compare it to the standard color Darkorchid. Its digital footprint relies on 168 parts red, 58 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 18% cyan, 72% magenta, 0% yellow, and 20% black. With a hue angle of 285.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A83ACC
RGB168, 58, 204
HSL285.2°, 58.9%, 51.4%
CMYK18%, 72%, 0%, 20%
HSV285.2°, 71.6%, 80.0%
LAB46.6, 65.1, -54.8
XYZ28.6, 15.7, 58.7
Decimal11025100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A83ACC;
}
.text-color {
color: #A83ACC;
}
.border-color {
border: 2px solid #A83ACC;
}