Shades of Deep Lilac #A859C8
Tints of Deep Lilac #A859C8
RGB
CMYK
RGB Variations
Color information
#A859C8 (or 0xA859C8) is known color: Deep Lilac. HEX triplet: A8, 59 and C8. RGB value is (168,89,200). Sum of RGB (Red+Green+Blue) = 168+89+200=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #A859C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859C8 is #57A637. Grayscale: #7C7C7C. Windows color (decimal): -5744184 or 13130152. OLE color: 13130152.
HSL color Cylindrical-coordinate representation of color #A859C8: hue angle of 282.7º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A859C8 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 89 | 200 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.22 |
| HSL | 282.7º | 0.5% | 0.57% | - |
| HSV(B) | 282.7º | 0.56% | 0.78% | - |
| XYZ | 30.15 | 19.64 | 56.85 | - |
| YUV | 125.28 | 170.17 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 200 | 0.16 | 0.56 | 0 | 0.22 | 282.7 | 0.5 | 0.57 |
| Hex | A8 | 59 | C8 | 10 | 38 | 0 | 16 | 11B | 32 | 39 |
| Octal | 250 | 131 | 310 | 20 | 70 | 0 | 26 | 433 | 62 | 71 |
| Binary | 10101000 | 1011001 | 11001000 | 10000 | 111000 | 0 | 10110 | 100011011 | 110010 | 111001 |
Color Harmonies of #A859C8
Complementary color
Monochromatic Colors of #A859C8
Black with #A859C8
Text Example
Text Example
White with #A859C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859C8; }
p { color: rgb(168,89,200); }
H1.HeaderClassName
{
color: #A859C8;
}
.AnyTagClassName
{
color: #A859C8;
}
</style>
background-color css
<style>
a { background-color: #A859C8; }
a { background-color: rgb(168,89,200); }
div.DivClassName
{
background-color: #A859C8;
}
.BgClassName
{
background-color: #A859C8;
}
</style>
border-color css
<style>
span { border-color: #A859C8; }
span { border-color: rgb(168,89,200); }
td.TdClassName
{
border-color: #A859C8;
}
.TagClassName
{
border-color: #A859C8;
}
</style>