Shades of Deep Lilac #A656B5
Tints of Deep Lilac #A656B5
RGB
CMYK
RGB Variations
Color information
#A656B5 (or 0xA656B5) is known color: Deep Lilac. HEX triplet: A6, 56 and B5. RGB value is (166,86,181). Sum of RGB (Red+Green+Blue) = 166+86+181=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #A656B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656B5 is #59A94A. Grayscale: #787878. Windows color (decimal): -5876043 or 11884198. OLE color: 11884198.
HSL color Cylindrical-coordinate representation of color #A656B5: hue angle of 290.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A656B5 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 86 | 181 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.29 |
| HSL | 290.53º | 0.39% | 0.52% | - |
| HSV(B) | 290.53º | 0.52% | 0.71% | - |
| XYZ | 27.39 | 18.1 | 45.77 | - |
| YUV | 120.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 181 | 0.08 | 0.52 | 0 | 0.29 | 290.53 | 0.39 | 0.52 |
| Hex | A6 | 56 | B5 | 8 | 34 | 0 | 1D | 123 | 27 | 34 |
| Octal | 246 | 126 | 265 | 10 | 64 | 0 | 35 | 443 | 47 | 64 |
| Binary | 10100110 | 1010110 | 10110101 | 1000 | 110100 | 0 | 11101 | 100100011 | 100111 | 110100 |
Color Harmonies of #A656B5
Complementary color
Monochromatic Colors of #A656B5
Black with #A656B5
Text Example
Text Example
White with #A656B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656B5; }
p { color: rgb(166,86,181); }
H1.HeaderClassName
{
color: #A656B5;
}
.AnyTagClassName
{
color: #A656B5;
}
</style>
background-color css
<style>
a { background-color: #A656B5; }
a { background-color: rgb(166,86,181); }
div.DivClassName
{
background-color: #A656B5;
}
.BgClassName
{
background-color: #A656B5;
}
</style>
border-color css
<style>
span { border-color: #A656B5; }
span { border-color: rgb(166,86,181); }
td.TdClassName
{
border-color: #A656B5;
}
.TagClassName
{
border-color: #A656B5;
}
</style>