Shades of Deep Lilac #A056B2
Tints of Deep Lilac #A056B2
RGB
CMYK
RGB Variations
Color information
#A056B2 (or 0xA056B2) is known color: Deep Lilac. HEX triplet: A0, 56 and B2. RGB value is (160,86,178). Sum of RGB (Red+Green+Blue) = 160+86+178=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 178 - color contains mainly: blue. Hex color #A056B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A056B2 is #5FA94D. Grayscale: #767676. Windows color (decimal): -6269262 or 11687584. OLE color: 11687584.
HSL color Cylindrical-coordinate representation of color #A056B2: hue angle of 288.26º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A056B2 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 86 | 178 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.30 |
| HSL | 288.26º | 0.37% | 0.52% | - |
| HSV(B) | 288.26º | 0.52% | 0.7% | - |
| XYZ | 25.86 | 17.34 | 44.1 | - |
| YUV | 118.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 178 | 0.10 | 0.52 | 0 | 0.30 | 288.26 | 0.37 | 0.52 |
| Hex | A0 | 56 | B2 | A | 34 | 0 | 1E | 120 | 25 | 34 |
| Octal | 240 | 126 | 262 | 12 | 64 | 0 | 36 | 440 | 45 | 64 |
| Binary | 10100000 | 1010110 | 10110010 | 1010 | 110100 | 0 | 11110 | 100100000 | 100101 | 110100 |
Color Harmonies of #A056B2
Complementary color
Monochromatic Colors of #A056B2
Black with #A056B2
Text Example
Text Example
White with #A056B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056B2; }
p { color: rgb(160,86,178); }
H1.HeaderClassName
{
color: #A056B2;
}
.AnyTagClassName
{
color: #A056B2;
}
</style>
background-color css
<style>
a { background-color: #A056B2; }
a { background-color: rgb(160,86,178); }
div.DivClassName
{
background-color: #A056B2;
}
.BgClassName
{
background-color: #A056B2;
}
</style>
border-color css
<style>
span { border-color: #A056B2; }
span { border-color: rgb(160,86,178); }
td.TdClassName
{
border-color: #A056B2;
}
.TagClassName
{
border-color: #A056B2;
}
</style>