Shades of Deep Lilac #A056B4
Tints of Deep Lilac #A056B4
RGB
CMYK
RGB Variations
Color information
#A056B4 (or 0xA056B4) is known color: Deep Lilac. HEX triplet: A0, 56 and B4. RGB value is (160,86,180). Sum of RGB (Red+Green+Blue) = 160+86+180=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #A056B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056B4 is #5FA94B. Grayscale: #767676. Windows color (decimal): -6269260 or 11818656. OLE color: 11818656.
HSL color Cylindrical-coordinate representation of color #A056B4: hue angle of 287.23º 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 #A056B4 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 86 | 180 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.29 |
| HSL | 287.23º | 0.39% | 0.52% | - |
| HSV(B) | 287.23º | 0.52% | 0.71% | - |
| XYZ | 26.06 | 17.42 | 45.17 | - |
| YUV | 118.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 180 | 0.11 | 0.52 | 0 | 0.29 | 287.23 | 0.39 | 0.52 |
| Hex | A0 | 56 | B4 | B | 34 | 0 | 1D | 11F | 27 | 34 |
| Octal | 240 | 126 | 264 | 13 | 64 | 0 | 35 | 437 | 47 | 64 |
| Binary | 10100000 | 1010110 | 10110100 | 1011 | 110100 | 0 | 11101 | 100011111 | 100111 | 110100 |
Color Harmonies of #A056B4
Complementary color
Monochromatic Colors of #A056B4
Black with #A056B4
Text Example
Text Example
White with #A056B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056B4; }
p { color: rgb(160,86,180); }
H1.HeaderClassName
{
color: #A056B4;
}
.AnyTagClassName
{
color: #A056B4;
}
</style>
background-color css
<style>
a { background-color: #A056B4; }
a { background-color: rgb(160,86,180); }
div.DivClassName
{
background-color: #A056B4;
}
.BgClassName
{
background-color: #A056B4;
}
</style>
border-color css
<style>
span { border-color: #A056B4; }
span { border-color: rgb(160,86,180); }
td.TdClassName
{
border-color: #A056B4;
}
.TagClassName
{
border-color: #A056B4;
}
</style>