#A85FE2
A light, moderate purple closely aligning with Mediumorchid.
About #A85FE2
When working with digital screens, the color #A85FE2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(168, 95, 226).
For print applications, it's crucial to understand its CMYK makeup. The color uses 26% Cyan, 58% Magenta, 0% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A85FE2
RGB168, 95, 226
HSL273.4°, 69.3%, 62.9%
CMYK26%, 58%, 0%, 11%
HSV273.4°, 58.0%, 88.6%
LAB54.0, 53.0, -55.4
XYZ34.0, 22.0, 74.4
Decimal11034594
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A85FE2;
}
.text-color {
color: #A85FE2;
}
.border-color {
border: 2px solid #A85FE2;
}