Shades of Deep Lilac #A959C8
Tints of Deep Lilac #A959C8
RGB
CMYK
RGB Variations
Color information
#A959C8 (or 0xA959C8) is known color: Deep Lilac. HEX triplet: A9, 59 and C8. RGB value is (169,89,200). Sum of RGB (Red+Green+Blue) = 169+89+200=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #A959C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959C8 is #56A637. Grayscale: #7D7D7D. Windows color (decimal): -5678648 or 13130153. OLE color: 13130153.
HSL color Cylindrical-coordinate representation of color #A959C8: hue angle of 283.24º 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 #A959C8 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 89 | 200 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.22 |
| HSL | 283.24º | 0.5% | 0.57% | - |
| HSV(B) | 283.24º | 0.56% | 0.78% | - |
| XYZ | 30.36 | 19.75 | 56.86 | - |
| YUV | 125.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 200 | 0.16 | 0.56 | 0 | 0.22 | 283.24 | 0.5 | 0.57 |
| Hex | A9 | 59 | C8 | 10 | 38 | 0 | 16 | 11B | 32 | 39 |
| Octal | 251 | 131 | 310 | 20 | 70 | 0 | 26 | 433 | 62 | 71 |
| Binary | 10101001 | 1011001 | 11001000 | 10000 | 111000 | 0 | 10110 | 100011011 | 110010 | 111001 |
Color Harmonies of #A959C8
Complementary color
Monochromatic Colors of #A959C8
Black with #A959C8
Text Example
Text Example
White with #A959C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959C8; }
p { color: rgb(169,89,200); }
H1.HeaderClassName
{
color: #A959C8;
}
.AnyTagClassName
{
color: #A959C8;
}
</style>
background-color css
<style>
a { background-color: #A959C8; }
a { background-color: rgb(169,89,200); }
div.DivClassName
{
background-color: #A959C8;
}
.BgClassName
{
background-color: #A959C8;
}
</style>
border-color css
<style>
span { border-color: #A959C8; }
span { border-color: rgb(169,89,200); }
td.TdClassName
{
border-color: #A959C8;
}
.TagClassName
{
border-color: #A959C8;
}
</style>