Shades of Deep Lilac #A659CC
Tints of Deep Lilac #A659CC
RGB
CMYK
RGB Variations
Color information
#A659CC (or 0xA659CC) is known color: Deep Lilac. HEX triplet: A6, 59 and CC. RGB value is (166,89,204). Sum of RGB (Red+Green+Blue) = 166+89+204=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #A659CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659CC is #59A633. Grayscale: #7C7C7C. Windows color (decimal): -5875252 or 13392294. OLE color: 13392294.
HSL color Cylindrical-coordinate representation of color #A659CC: hue angle of 280.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A659CC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 89 | 204 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.2 |
| HSL | 280.17º | 0.53% | 0.57% | - |
| HSV(B) | 280.17º | 0.56% | 0.8% | - |
| XYZ | 30.2 | 19.61 | 59.32 | - |
| YUV | 125.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 204 | 0.19 | 0.56 | 0 | 0.2 | 280.17 | 0.53 | 0.57 |
| Hex | A6 | 59 | CC | 13 | 38 | 0 | 14 | 118 | 35 | 39 |
| Octal | 246 | 131 | 314 | 23 | 70 | 0 | 24 | 430 | 65 | 71 |
| Binary | 10100110 | 1011001 | 11001100 | 10011 | 111000 | 0 | 10100 | 100011000 | 110101 | 111001 |
Color Harmonies of #A659CC
Complementary color
Monochromatic Colors of #A659CC
Black with #A659CC
Text Example
Text Example
White with #A659CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659CC; }
p { color: rgb(166,89,204); }
H1.HeaderClassName
{
color: #A659CC;
}
.AnyTagClassName
{
color: #A659CC;
}
</style>
background-color css
<style>
a { background-color: #A659CC; }
a { background-color: rgb(166,89,204); }
div.DivClassName
{
background-color: #A659CC;
}
.BgClassName
{
background-color: #A659CC;
}
</style>
border-color css
<style>
span { border-color: #A659CC; }
span { border-color: rgb(166,89,204); }
td.TdClassName
{
border-color: #A659CC;
}
.TagClassName
{
border-color: #A659CC;
}
</style>