#A075E9
A light, vivid purple closely aligning with Mediumpurple.
About #A075E9
When working with digital screens, the color #A075E9 is rendered by mixing light. Its closest recognized web color is Mediumpurple. This translates to an RGB value of rgb(160, 117, 233).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 31% C, 50% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#A075E9
RGB160, 117, 233
HSL262.2°, 72.5%, 68.6%
CMYK31%, 50%, 0%, 9%
HSV262.2°, 49.8%, 91.4%
LAB58.1, 40.9, -52.9
XYZ35.6, 26.1, 80.3
Decimal10515945
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.22:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A075E9;
}
.text-color {
color: #A075E9;
}
.border-color {
border: 2px solid #A075E9;
}