#A83AB6
A medium, moderate magenta closely aligning with Mediumorchid.
About #A83AB6
Visually, #A83AB6 is defined as a moderate magenta. Its closest recognized web color is Mediumorchid. Its digital footprint relies on 168 parts red, 58 parts green, and 182 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 8% Cyan, 68% Magenta, 0% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A83AB6
RGB168, 58, 182
HSL293.2°, 51.7%, 47.1%
CMYK8%, 68%, 0%, 29%
HSV293.2°, 68.1%, 71.4%
LAB45.3, 61.0, -44.1
XYZ26.1, 14.7, 45.7
Decimal11025078
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.32:1
Text on #FFFFFF
AA
3.95:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A83AB6;
}
.text-color {
color: #A83AB6;
}
.border-color {
border: 2px solid #A83AB6;
}