Shades of Deep Lilac #A659CA
Tints of Deep Lilac #A659CA
RGB
CMYK
RGB Variations
Color information
#A659CA (or 0xA659CA) is known color: Deep Lilac. HEX triplet: A6, 59 and CA. RGB value is (166,89,202). Sum of RGB (Red+Green+Blue) = 166+89+202=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #A659CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659CA is #59A635. Grayscale: #7C7C7C. Windows color (decimal): -5875254 or 13261222. OLE color: 13261222.
HSL color Cylindrical-coordinate representation of color #A659CA: hue angle of 280.88º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A659CA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 89 | 202 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.21 |
| HSL | 280.88º | 0.52% | 0.57% | - |
| HSV(B) | 280.88º | 0.56% | 0.79% | - |
| XYZ | 29.96 | 19.52 | 58.07 | - |
| YUV | 124.91 | 171.51 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 202 | 0.18 | 0.56 | 0 | 0.21 | 280.88 | 0.52 | 0.57 |
| Hex | A6 | 59 | CA | 12 | 38 | 0 | 15 | 119 | 34 | 39 |
| Octal | 246 | 131 | 312 | 22 | 70 | 0 | 25 | 431 | 64 | 71 |
| Binary | 10100110 | 1011001 | 11001010 | 10010 | 111000 | 0 | 10101 | 100011001 | 110100 | 111001 |
Color Harmonies of #A659CA
Complementary color
Monochromatic Colors of #A659CA
Black with #A659CA
Text Example
Text Example
White with #A659CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659CA; }
p { color: rgb(166,89,202); }
H1.HeaderClassName
{
color: #A659CA;
}
.AnyTagClassName
{
color: #A659CA;
}
</style>
background-color css
<style>
a { background-color: #A659CA; }
a { background-color: rgb(166,89,202); }
div.DivClassName
{
background-color: #A659CA;
}
.BgClassName
{
background-color: #A659CA;
}
</style>
border-color css
<style>
span { border-color: #A659CA; }
span { border-color: rgb(166,89,202); }
td.TdClassName
{
border-color: #A659CA;
}
.TagClassName
{
border-color: #A659CA;
}
</style>