Shades of Deep Lilac #A056BC
Tints of Deep Lilac #A056BC
RGB
CMYK
RGB Variations
Color information
#A056BC (or 0xA056BC) is known color: Deep Lilac. HEX triplet: A0, 56 and BC. RGB value is (160,86,188). Sum of RGB (Red+Green+Blue) = 160+86+188=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #A056BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056BC is #5FA943. Grayscale: #777777. Windows color (decimal): -6269252 or 12342944. OLE color: 12342944.
HSL color Cylindrical-coordinate representation of color #A056BC: hue angle of 283.53º 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 #A056BC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 86 | 188 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.26 |
| HSL | 283.53º | 0.43% | 0.54% | - |
| HSV(B) | 283.53º | 0.54% | 0.74% | - |
| XYZ | 26.9 | 17.76 | 49.59 | - |
| YUV | 119.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 188 | 0.15 | 0.54 | 0 | 0.26 | 283.53 | 0.43 | 0.54 |
| Hex | A0 | 56 | BC | F | 36 | 0 | 1A | 11C | 2B | 36 |
| Octal | 240 | 126 | 274 | 17 | 66 | 0 | 32 | 434 | 53 | 66 |
| Binary | 10100000 | 1010110 | 10111100 | 1111 | 110110 | 0 | 11010 | 100011100 | 101011 | 110110 |
Color Harmonies of #A056BC
Complementary color
Monochromatic Colors of #A056BC
Black with #A056BC
Text Example
Text Example
White with #A056BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056BC; }
p { color: rgb(160,86,188); }
H1.HeaderClassName
{
color: #A056BC;
}
.AnyTagClassName
{
color: #A056BC;
}
</style>
background-color css
<style>
a { background-color: #A056BC; }
a { background-color: rgb(160,86,188); }
div.DivClassName
{
background-color: #A056BC;
}
.BgClassName
{
background-color: #A056BC;
}
</style>
border-color css
<style>
span { border-color: #A056BC; }
span { border-color: rgb(160,86,188); }
td.TdClassName
{
border-color: #A056BC;
}
.TagClassName
{
border-color: #A056BC;
}
</style>