#A057DB
A light, moderate purple closely aligning with Mediumorchid.
About #A057DB
At its core, #A057DB is a light and moderate hue. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(160, 87, 219).
Translating this color to physical media requires the CMYK color model. The color uses 27% Cyan, 60% Magenta, 0% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A057DB
RGB160, 87, 219
HSL273.2°, 64.7%, 60.0%
CMYK27%, 60%, 0%, 14%
HSV273.2°, 60.3%, 85.9%
LAB51.2, 53.6, -56.1
XYZ30.7, 19.4, 69.1
Decimal10508251
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A057DB;
}
.text-color {
color: #A057DB;
}
.border-color {
border: 2px solid #A057DB;
}