Shades of Deep Lilac #A055C4
Tints of Deep Lilac #A055C4
RGB
CMYK
RGB Variations
Color information
#A055C4 (or 0xA055C4) is known color: Deep Lilac. HEX triplet: A0, 55 and C4. RGB value is (160,85,196). Sum of RGB (Red+Green+Blue) = 160+85+196=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #A055C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055C4 is #5FAA3B. Grayscale: #777777. Windows color (decimal): -6269500 or 12866976. OLE color: 12866976.
HSL color Cylindrical-coordinate representation of color #A055C4: hue angle of 280.54º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A055C4 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 85 | 196 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.23 |
| HSL | 280.54º | 0.48% | 0.55% | - |
| HSV(B) | 280.54º | 0.57% | 0.77% | - |
| XYZ | 27.71 | 17.96 | 54.23 | - |
| YUV | 120.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 196 | 0.18 | 0.57 | 0 | 0.23 | 280.54 | 0.48 | 0.55 |
| Hex | A0 | 55 | C4 | 12 | 39 | 0 | 17 | 119 | 30 | 37 |
| Octal | 240 | 125 | 304 | 22 | 71 | 0 | 27 | 431 | 60 | 67 |
| Binary | 10100000 | 1010101 | 11000100 | 10010 | 111001 | 0 | 10111 | 100011001 | 110000 | 110111 |
Color Harmonies of #A055C4
Complementary color
Monochromatic Colors of #A055C4
Black with #A055C4
Text Example
Text Example
White with #A055C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A055C4; }
p { color: rgb(160,85,196); }
H1.HeaderClassName
{
color: #A055C4;
}
.AnyTagClassName
{
color: #A055C4;
}
</style>
background-color css
<style>
a { background-color: #A055C4; }
a { background-color: rgb(160,85,196); }
div.DivClassName
{
background-color: #A055C4;
}
.BgClassName
{
background-color: #A055C4;
}
</style>
border-color css
<style>
span { border-color: #A055C4; }
span { border-color: rgb(160,85,196); }
td.TdClassName
{
border-color: #A055C4;
}
.TagClassName
{
border-color: #A055C4;
}
</style>