Shades of Deep Lilac #A75EC9
Tints of Deep Lilac #A75EC9
RGB
CMYK
RGB Variations
Color information
#A75EC9 (or 0xA75EC9) is known color: Deep Lilac. HEX triplet: A7, 5E and C9. RGB value is (167,94,201). Sum of RGB (Red+Green+Blue) = 167+94+201=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #A75EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EC9 is #58A136. Grayscale: #7F7F7F. Windows color (decimal): -5808439 or 13196967. OLE color: 13196967.
HSL color Cylindrical-coordinate representation of color #A75EC9: hue angle of 280.93º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A75EC9 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 94 | 201 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.21 |
| HSL | 280.93º | 0.5% | 0.58% | - |
| HSV(B) | 280.93º | 0.53% | 0.79% | - |
| XYZ | 30.48 | 20.44 | 57.6 | - |
| YUV | 128.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 201 | 0.17 | 0.53 | 0 | 0.21 | 280.93 | 0.5 | 0.58 |
| Hex | A7 | 5E | C9 | 11 | 35 | 0 | 15 | 119 | 32 | 3A |
| Octal | 247 | 136 | 311 | 21 | 65 | 0 | 25 | 431 | 62 | 72 |
| Binary | 10100111 | 1011110 | 11001001 | 10001 | 110101 | 0 | 10101 | 100011001 | 110010 | 111010 |
Color Harmonies of #A75EC9
Complementary color
Monochromatic Colors of #A75EC9
Black with #A75EC9
Text Example
Text Example
White with #A75EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75EC9; }
p { color: rgb(167,94,201); }
H1.HeaderClassName
{
color: #A75EC9;
}
.AnyTagClassName
{
color: #A75EC9;
}
</style>
background-color css
<style>
a { background-color: #A75EC9; }
a { background-color: rgb(167,94,201); }
div.DivClassName
{
background-color: #A75EC9;
}
.BgClassName
{
background-color: #A75EC9;
}
</style>
border-color css
<style>
span { border-color: #A75EC9; }
span { border-color: rgb(167,94,201); }
td.TdClassName
{
border-color: #A75EC9;
}
.TagClassName
{
border-color: #A75EC9;
}
</style>