Shades of Deep Lilac #A056C4
Tints of Deep Lilac #A056C4
RGB
CMYK
RGB Variations
Color information
#A056C4 (or 0xA056C4) is known color: Deep Lilac. HEX triplet: A0, 56 and C4. RGB value is (160,86,196). Sum of RGB (Red+Green+Blue) = 160+86+196=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #A056C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056C4 is #5FA93B. Grayscale: #787878. Windows color (decimal): -6269244 or 12867232. OLE color: 12867232.
HSL color Cylindrical-coordinate representation of color #A056C4: hue angle of 280.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A056C4 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 86 | 196 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.23 |
| HSL | 280.36º | 0.48% | 0.55% | - |
| HSV(B) | 280.36º | 0.56% | 0.77% | - |
| XYZ | 27.79 | 18.11 | 54.26 | - |
| YUV | 120.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 196 | 0.18 | 0.56 | 0 | 0.23 | 280.36 | 0.48 | 0.55 |
| Hex | A0 | 56 | C4 | 12 | 38 | 0 | 17 | 118 | 30 | 37 |
| Octal | 240 | 126 | 304 | 22 | 70 | 0 | 27 | 430 | 60 | 67 |
| Binary | 10100000 | 1010110 | 11000100 | 10010 | 111000 | 0 | 10111 | 100011000 | 110000 | 110111 |
Color Harmonies of #A056C4
Complementary color
Monochromatic Colors of #A056C4
Black with #A056C4
Text Example
Text Example
White with #A056C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056C4; }
p { color: rgb(160,86,196); }
H1.HeaderClassName
{
color: #A056C4;
}
.AnyTagClassName
{
color: #A056C4;
}
</style>
background-color css
<style>
a { background-color: #A056C4; }
a { background-color: rgb(160,86,196); }
div.DivClassName
{
background-color: #A056C4;
}
.BgClassName
{
background-color: #A056C4;
}
</style>
border-color css
<style>
span { border-color: #A056C4; }
span { border-color: rgb(160,86,196); }
td.TdClassName
{
border-color: #A056C4;
}
.TagClassName
{
border-color: #A056C4;
}
</style>