Shades of Deep Lilac #A055CE
Tints of Deep Lilac #A055CE
RGB
CMYK
RGB Variations
Color information
#A055CE (or 0xA055CE) is known color: Deep Lilac. HEX triplet: A0, 55 and CE. RGB value is (160,85,206). Sum of RGB (Red+Green+Blue) = 160+85+206=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #A055CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055CE is #5FAA31. Grayscale: #787878. Windows color (decimal): -6269490 or 13522336. OLE color: 13522336.
HSL color Cylindrical-coordinate representation of color #A055CE: hue angle of 277.19º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A055CE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 85 | 206 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.19 |
| HSL | 277.19º | 0.55% | 0.57% | - |
| HSV(B) | 277.19º | 0.59% | 0.81% | - |
| XYZ | 28.89 | 18.43 | 60.43 | - |
| YUV | 121.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 206 | 0.22 | 0.59 | 0 | 0.19 | 277.19 | 0.55 | 0.57 |
| Hex | A0 | 55 | CE | 16 | 3B | 0 | 13 | 115 | 37 | 39 |
| Octal | 240 | 125 | 316 | 26 | 73 | 0 | 23 | 425 | 67 | 71 |
| Binary | 10100000 | 1010101 | 11001110 | 10110 | 111011 | 0 | 10011 | 100010101 | 110111 | 111001 |
Color Harmonies of #A055CE
Complementary color
Monochromatic Colors of #A055CE
Black with #A055CE
Text Example
Text Example
White with #A055CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A055CE; }
p { color: rgb(160,85,206); }
H1.HeaderClassName
{
color: #A055CE;
}
.AnyTagClassName
{
color: #A055CE;
}
</style>
background-color css
<style>
a { background-color: #A055CE; }
a { background-color: rgb(160,85,206); }
div.DivClassName
{
background-color: #A055CE;
}
.BgClassName
{
background-color: #A055CE;
}
</style>
border-color css
<style>
span { border-color: #A055CE; }
span { border-color: rgb(160,85,206); }
td.TdClassName
{
border-color: #A055CE;
}
.TagClassName
{
border-color: #A055CE;
}
</style>