Shades of Deep Lilac #A659B2
Tints of Deep Lilac #A659B2
RGB
CMYK
RGB Variations
Color information
#A659B2 (or 0xA659B2) is known color: Deep Lilac. HEX triplet: A6, 59 and B2. RGB value is (166,89,178). Sum of RGB (Red+Green+Blue) = 166+89+178=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #A659B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A659B2 is #59A64D. Grayscale: #797979. Windows color (decimal): -5875278 or 11688358. OLE color: 11688358.
HSL color Cylindrical-coordinate representation of color #A659B2: hue angle of 291.91º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A659B2 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 89 | 178 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.30 |
| HSL | 291.91º | 0.37% | 0.52% | - |
| HSV(B) | 291.91º | 0.5% | 0.7% | - |
| XYZ | 27.33 | 18.47 | 44.24 | - |
| YUV | 122.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 178 | 0.07 | 0.5 | 0 | 0.30 | 291.91 | 0.37 | 0.52 |
| Hex | A6 | 59 | B2 | 7 | 32 | 0 | 1E | 124 | 25 | 34 |
| Octal | 246 | 131 | 262 | 7 | 62 | 0 | 36 | 444 | 45 | 64 |
| Binary | 10100110 | 1011001 | 10110010 | 111 | 110010 | 0 | 11110 | 100100100 | 100101 | 110100 |
Color Harmonies of #A659B2
Complementary color
Monochromatic Colors of #A659B2
Black with #A659B2
Text Example
Text Example
White with #A659B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659B2; }
p { color: rgb(166,89,178); }
H1.HeaderClassName
{
color: #A659B2;
}
.AnyTagClassName
{
color: #A659B2;
}
</style>
background-color css
<style>
a { background-color: #A659B2; }
a { background-color: rgb(166,89,178); }
div.DivClassName
{
background-color: #A659B2;
}
.BgClassName
{
background-color: #A659B2;
}
</style>
border-color css
<style>
span { border-color: #A659B2; }
span { border-color: rgb(166,89,178); }
td.TdClassName
{
border-color: #A659B2;
}
.TagClassName
{
border-color: #A659B2;
}
</style>