Shades of Deep Lilac #A056B0
Tints of Deep Lilac #A056B0
RGB
CMYK
RGB Variations
Color information
#A056B0 (or 0xA056B0) is known color: Deep Lilac. HEX triplet: A0, 56 and B0. RGB value is (160,86,176). Sum of RGB (Red+Green+Blue) = 160+86+176=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #A056B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A056B0 is #5FA94F. Grayscale: #767676. Windows color (decimal): -6269264 or 11556512. OLE color: 11556512.
HSL color Cylindrical-coordinate representation of color #A056B0: hue angle of 289.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A056B0 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 86 | 176 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.31 |
| HSL | 289.33º | 0.36% | 0.51% | - |
| HSV(B) | 289.33º | 0.51% | 0.69% | - |
| XYZ | 25.66 | 17.26 | 43.05 | - |
| YUV | 118.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 176 | 0.09 | 0.51 | 0 | 0.31 | 289.33 | 0.36 | 0.51 |
| Hex | A0 | 56 | B0 | 9 | 33 | 0 | 1F | 121 | 24 | 33 |
| Octal | 240 | 126 | 260 | 11 | 63 | 0 | 37 | 441 | 44 | 63 |
| Binary | 10100000 | 1010110 | 10110000 | 1001 | 110011 | 0 | 11111 | 100100001 | 100100 | 110011 |
Color Harmonies of #A056B0
Complementary color
Monochromatic Colors of #A056B0
Black with #A056B0
Text Example
Text Example
White with #A056B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056B0; }
p { color: rgb(160,86,176); }
H1.HeaderClassName
{
color: #A056B0;
}
.AnyTagClassName
{
color: #A056B0;
}
</style>
background-color css
<style>
a { background-color: #A056B0; }
a { background-color: rgb(160,86,176); }
div.DivClassName
{
background-color: #A056B0;
}
.BgClassName
{
background-color: #A056B0;
}
</style>
border-color css
<style>
span { border-color: #A056B0; }
span { border-color: rgb(160,86,176); }
td.TdClassName
{
border-color: #A056B0;
}
.TagClassName
{
border-color: #A056B0;
}
</style>