#A057E2
A light, vivid purple closely aligning with Mediumorchid.
About #A057E2
Visually, #A057E2 is defined as a vivid purple. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(160, 87, 226).
Translating this color to physical media requires the CMYK color model. The color uses 29% Cyan, 62% Magenta, 0% Yellow, and 11% Black. With a hue angle of 271.5 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 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#A057E2
RGB160, 87, 226
HSL271.5°, 70.6%, 61.4%
CMYK29%, 62%, 0%, 11%
HSV271.5°, 61.5%, 88.6%
LAB51.6, 55.2, -59.4
XYZ31.6, 19.8, 74.1
Decimal10508258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A057E2;
}
.text-color {
color: #A057E2;
}
.border-color {
border: 2px solid #A057E2;
}