#A07CF8
A light, vivid purple closely aligning with Mediumpurple.
About #A07CF8
When working with digital screens, the color #A07CF8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumpurple. Its digital footprint relies on 160 parts red, 124 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 35% cyan and 50% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A07CF8
RGB160, 124, 248
HSL257.4°, 89.9%, 72.9%
CMYK35%, 50%, 0%, 3%
HSV257.4°, 50.0%, 97.3%
LAB60.5, 40.7, -57.4
XYZ38.6, 28.7, 92.3
Decimal10517752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.73:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A07CF8;
}
.text-color {
color: #A07CF8;
}
.border-color {
border: 2px solid #A07CF8;
}