Shades of Deep Lilac #A656B8
Tints of Deep Lilac #A656B8
RGB
CMYK
RGB Variations
Color information
#A656B8 (or 0xA656B8) is known color: Deep Lilac. HEX triplet: A6, 56 and B8. RGB value is (166,86,184). Sum of RGB (Red+Green+Blue) = 166+86+184=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #A656B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656B8 is #59A947. Grayscale: #787878. Windows color (decimal): -5876040 or 12080806. OLE color: 12080806.
HSL color Cylindrical-coordinate representation of color #A656B8: hue angle of 288.98º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A656B8 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 86 | 184 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.28 |
| HSL | 288.98º | 0.41% | 0.53% | - |
| HSV(B) | 288.98º | 0.53% | 0.72% | - |
| XYZ | 27.71 | 18.22 | 47.4 | - |
| YUV | 121.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 184 | 0.10 | 0.53 | 0 | 0.28 | 288.98 | 0.41 | 0.53 |
| Hex | A6 | 56 | B8 | A | 35 | 0 | 1C | 121 | 29 | 35 |
| Octal | 246 | 126 | 270 | 12 | 65 | 0 | 34 | 441 | 51 | 65 |
| Binary | 10100110 | 1010110 | 10111000 | 1010 | 110101 | 0 | 11100 | 100100001 | 101001 | 110101 |
Color Harmonies of #A656B8
Complementary color
Monochromatic Colors of #A656B8
Black with #A656B8
Text Example
Text Example
White with #A656B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656B8; }
p { color: rgb(166,86,184); }
H1.HeaderClassName
{
color: #A656B8;
}
.AnyTagClassName
{
color: #A656B8;
}
</style>
background-color css
<style>
a { background-color: #A656B8; }
a { background-color: rgb(166,86,184); }
div.DivClassName
{
background-color: #A656B8;
}
.BgClassName
{
background-color: #A656B8;
}
</style>
border-color css
<style>
span { border-color: #A656B8; }
span { border-color: rgb(166,86,184); }
td.TdClassName
{
border-color: #A656B8;
}
.TagClassName
{
border-color: #A656B8;
}
</style>