Shades of Deep Lilac #A056CC
Tints of Deep Lilac #A056CC
RGB
CMYK
RGB Variations
Color information
#A056CC (or 0xA056CC) is known color: Deep Lilac. HEX triplet: A0, 56 and CC. RGB value is (160,86,204). Sum of RGB (Red+Green+Blue) = 160+86+204=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #A056CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056CC is #5FA933. Grayscale: #797979. Windows color (decimal): -6269236 or 13391520. OLE color: 13391520.
HSL color Cylindrical-coordinate representation of color #A056CC: hue angle of 277.63º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A056CC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 86 | 204 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.2 |
| HSL | 277.63º | 0.54% | 0.57% | - |
| HSV(B) | 277.63º | 0.58% | 0.8% | - |
| XYZ | 28.72 | 18.49 | 59.18 | - |
| YUV | 121.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 204 | 0.22 | 0.58 | 0 | 0.2 | 277.63 | 0.54 | 0.57 |
| Hex | A0 | 56 | CC | 16 | 3A | 0 | 14 | 116 | 36 | 39 |
| Octal | 240 | 126 | 314 | 26 | 72 | 0 | 24 | 426 | 66 | 71 |
| Binary | 10100000 | 1010110 | 11001100 | 10110 | 111010 | 0 | 10100 | 100010110 | 110110 | 111001 |
Color Harmonies of #A056CC
Complementary color
Monochromatic Colors of #A056CC
Black with #A056CC
Text Example
Text Example
White with #A056CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056CC; }
p { color: rgb(160,86,204); }
H1.HeaderClassName
{
color: #A056CC;
}
.AnyTagClassName
{
color: #A056CC;
}
</style>
background-color css
<style>
a { background-color: #A056CC; }
a { background-color: rgb(160,86,204); }
div.DivClassName
{
background-color: #A056CC;
}
.BgClassName
{
background-color: #A056CC;
}
</style>
border-color css
<style>
span { border-color: #A056CC; }
span { border-color: rgb(160,86,204); }
td.TdClassName
{
border-color: #A056CC;
}
.TagClassName
{
border-color: #A056CC;
}
</style>