Shades of Deep Lilac #A659B6
Tints of Deep Lilac #A659B6
RGB
CMYK
RGB Variations
Color information
#A659B6 (or 0xA659B6) is known color: Deep Lilac. HEX triplet: A6, 59 and B6. RGB value is (166,89,182). Sum of RGB (Red+Green+Blue) = 166+89+182=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #A659B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659B6 is #59A649. Grayscale: #7A7A7A. Windows color (decimal): -5875274 or 11950502. OLE color: 11950502.
HSL color Cylindrical-coordinate representation of color #A659B6: hue angle of 289.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A659B6 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 89 | 182 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.29 |
| HSL | 289.68º | 0.39% | 0.53% | - |
| HSV(B) | 289.68º | 0.51% | 0.71% | - |
| XYZ | 27.74 | 18.63 | 46.39 | - |
| YUV | 122.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 182 | 0.09 | 0.51 | 0 | 0.29 | 289.68 | 0.39 | 0.53 |
| Hex | A6 | 59 | B6 | 9 | 33 | 0 | 1D | 122 | 27 | 35 |
| Octal | 246 | 131 | 266 | 11 | 63 | 0 | 35 | 442 | 47 | 65 |
| Binary | 10100110 | 1011001 | 10110110 | 1001 | 110011 | 0 | 11101 | 100100010 | 100111 | 110101 |
Color Harmonies of #A659B6
Complementary color
Monochromatic Colors of #A659B6
Black with #A659B6
Text Example
Text Example
White with #A659B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659B6; }
p { color: rgb(166,89,182); }
H1.HeaderClassName
{
color: #A659B6;
}
.AnyTagClassName
{
color: #A659B6;
}
</style>
background-color css
<style>
a { background-color: #A659B6; }
a { background-color: rgb(166,89,182); }
div.DivClassName
{
background-color: #A659B6;
}
.BgClassName
{
background-color: #A659B6;
}
</style>
border-color css
<style>
span { border-color: #A659B6; }
span { border-color: rgb(166,89,182); }
td.TdClassName
{
border-color: #A659B6;
}
.TagClassName
{
border-color: #A659B6;
}
</style>