Shades of Deep Lilac #A75CCA
Tints of Deep Lilac #A75CCA
RGB
CMYK
RGB Variations
Color information
#A75CCA (or 0xA75CCA) is known color: Deep Lilac. HEX triplet: A7, 5C and CA. RGB value is (167,92,202). Sum of RGB (Red+Green+Blue) = 167+92+202=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #A75CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CCA is #58A335. Grayscale: #7E7E7E. Windows color (decimal): -5808950 or 13261991. OLE color: 13261991.
HSL color Cylindrical-coordinate representation of color #A75CCA: hue angle of 280.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A75CCA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 92 | 202 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.21 |
| HSL | 280.91º | 0.51% | 0.58% | - |
| HSV(B) | 280.91º | 0.54% | 0.79% | - |
| XYZ | 30.42 | 20.13 | 58.16 | - |
| YUV | 126.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 202 | 0.17 | 0.54 | 0 | 0.21 | 280.91 | 0.51 | 0.58 |
| Hex | A7 | 5C | CA | 11 | 36 | 0 | 15 | 119 | 33 | 3A |
| Octal | 247 | 134 | 312 | 21 | 66 | 0 | 25 | 431 | 63 | 72 |
| Binary | 10100111 | 1011100 | 11001010 | 10001 | 110110 | 0 | 10101 | 100011001 | 110011 | 111010 |
Color Harmonies of #A75CCA
Complementary color
Monochromatic Colors of #A75CCA
Black with #A75CCA
Text Example
Text Example
White with #A75CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CCA; }
p { color: rgb(167,92,202); }
H1.HeaderClassName
{
color: #A75CCA;
}
.AnyTagClassName
{
color: #A75CCA;
}
</style>
background-color css
<style>
a { background-color: #A75CCA; }
a { background-color: rgb(167,92,202); }
div.DivClassName
{
background-color: #A75CCA;
}
.BgClassName
{
background-color: #A75CCA;
}
</style>
border-color css
<style>
span { border-color: #A75CCA; }
span { border-color: rgb(167,92,202); }
td.TdClassName
{
border-color: #A75CCA;
}
.TagClassName
{
border-color: #A75CCA;
}
</style>