Shades of Deep Lilac #A85EC9
Tints of Deep Lilac #A85EC9
RGB
CMYK
RGB Variations
Color information
#A85EC9 (or 0xA85EC9) is known color: Deep Lilac. HEX triplet: A8, 5E and C9. RGB value is (168,94,201). Sum of RGB (Red+Green+Blue) = 168+94+201=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #A85EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EC9 is #57A136. Grayscale: #7F7F7F. Windows color (decimal): -5742903 or 13196968. OLE color: 13196968.
HSL color Cylindrical-coordinate representation of color #A85EC9: hue angle of 281.5º 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 #A85EC9 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 94 | 201 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.21 |
| HSL | 281.5º | 0.5% | 0.58% | - |
| HSV(B) | 281.5º | 0.53% | 0.79% | - |
| XYZ | 30.69 | 20.55 | 57.61 | - |
| YUV | 128.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 201 | 0.16 | 0.53 | 0 | 0.21 | 281.5 | 0.5 | 0.58 |
| Hex | A8 | 5E | C9 | 10 | 35 | 0 | 15 | 119 | 32 | 3A |
| Octal | 250 | 136 | 311 | 20 | 65 | 0 | 25 | 431 | 62 | 72 |
| Binary | 10101000 | 1011110 | 11001001 | 10000 | 110101 | 0 | 10101 | 100011001 | 110010 | 111010 |
Color Harmonies of #A85EC9
Complementary color
Monochromatic Colors of #A85EC9
Black with #A85EC9
Text Example
Text Example
White with #A85EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EC9; }
p { color: rgb(168,94,201); }
H1.HeaderClassName
{
color: #A85EC9;
}
.AnyTagClassName
{
color: #A85EC9;
}
</style>
background-color css
<style>
a { background-color: #A85EC9; }
a { background-color: rgb(168,94,201); }
div.DivClassName
{
background-color: #A85EC9;
}
.BgClassName
{
background-color: #A85EC9;
}
</style>
border-color css
<style>
span { border-color: #A85EC9; }
span { border-color: rgb(168,94,201); }
td.TdClassName
{
border-color: #A85EC9;
}
.TagClassName
{
border-color: #A85EC9;
}
</style>