Shades of Deep Lilac #A056B5
Tints of Deep Lilac #A056B5
RGB
CMYK
RGB Variations
Color information
#A056B5 (or 0xA056B5) is known color: Deep Lilac. HEX triplet: A0, 56 and B5. RGB value is (160,86,181). Sum of RGB (Red+Green+Blue) = 160+86+181=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 181 - color contains mainly: blue. Hex color #A056B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056B5 is #5FA94A. Grayscale: #767676. Windows color (decimal): -6269259 or 11884192. OLE color: 11884192.
HSL color Cylindrical-coordinate representation of color #A056B5: hue angle of 286.74º 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 #A056B5 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 86 | 181 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.29 |
| HSL | 286.74º | 0.39% | 0.52% | - |
| HSV(B) | 286.74º | 0.52% | 0.71% | - |
| XYZ | 26.17 | 17.47 | 45.71 | - |
| YUV | 118.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 181 | 0.12 | 0.52 | 0 | 0.29 | 286.74 | 0.39 | 0.52 |
| Hex | A0 | 56 | B5 | C | 34 | 0 | 1D | 11F | 27 | 34 |
| Octal | 240 | 126 | 265 | 14 | 64 | 0 | 35 | 437 | 47 | 64 |
| Binary | 10100000 | 1010110 | 10110101 | 1100 | 110100 | 0 | 11101 | 100011111 | 100111 | 110100 |
Color Harmonies of #A056B5
Complementary color
Monochromatic Colors of #A056B5
Black with #A056B5
Text Example
Text Example
White with #A056B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056B5; }
p { color: rgb(160,86,181); }
H1.HeaderClassName
{
color: #A056B5;
}
.AnyTagClassName
{
color: #A056B5;
}
</style>
background-color css
<style>
a { background-color: #A056B5; }
a { background-color: rgb(160,86,181); }
div.DivClassName
{
background-color: #A056B5;
}
.BgClassName
{
background-color: #A056B5;
}
</style>
border-color css
<style>
span { border-color: #A056B5; }
span { border-color: rgb(160,86,181); }
td.TdClassName
{
border-color: #A056B5;
}
.TagClassName
{
border-color: #A056B5;
}
</style>