Shades of Deep Lilac #A656BC
Tints of Deep Lilac #A656BC
RGB
CMYK
RGB Variations
Color information
#A656BC (or 0xA656BC) is known color: Deep Lilac. HEX triplet: A6, 56 and BC. RGB value is (166,86,188). Sum of RGB (Red+Green+Blue) = 166+86+188=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #A656BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656BC is #59A943. Grayscale: #797979. Windows color (decimal): -5876036 or 12342950. OLE color: 12342950.
HSL color Cylindrical-coordinate representation of color #A656BC: hue angle of 287.06º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A656BC is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 86 | 188 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.26 |
| HSL | 287.06º | 0.43% | 0.54% | - |
| HSV(B) | 287.06º | 0.54% | 0.74% | - |
| XYZ | 28.13 | 18.39 | 49.64 | - |
| YUV | 121.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 188 | 0.12 | 0.54 | 0 | 0.26 | 287.06 | 0.43 | 0.54 |
| Hex | A6 | 56 | BC | C | 36 | 0 | 1A | 11F | 2B | 36 |
| Octal | 246 | 126 | 274 | 14 | 66 | 0 | 32 | 437 | 53 | 66 |
| Binary | 10100110 | 1010110 | 10111100 | 1100 | 110110 | 0 | 11010 | 100011111 | 101011 | 110110 |
Color Harmonies of #A656BC
Complementary color
Monochromatic Colors of #A656BC
Black with #A656BC
Text Example
Text Example
White with #A656BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656BC; }
p { color: rgb(166,86,188); }
H1.HeaderClassName
{
color: #A656BC;
}
.AnyTagClassName
{
color: #A656BC;
}
</style>
background-color css
<style>
a { background-color: #A656BC; }
a { background-color: rgb(166,86,188); }
div.DivClassName
{
background-color: #A656BC;
}
.BgClassName
{
background-color: #A656BC;
}
</style>
border-color css
<style>
span { border-color: #A656BC; }
span { border-color: rgb(166,86,188); }
td.TdClassName
{
border-color: #A656BC;
}
.TagClassName
{
border-color: #A656BC;
}
</style>