Shades of Deep Lilac #A155C0
Tints of Deep Lilac #A155C0
RGB
CMYK
RGB Variations
Color information
#A155C0 (or 0xA155C0) is known color: Deep Lilac. HEX triplet: A1, 55 and C0. RGB value is (161,85,192). Sum of RGB (Red+Green+Blue) = 161+85+192=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #A155C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155C0 is #5EAA3F. Grayscale: #777777. Windows color (decimal): -6203968 or 12604833. OLE color: 12604833.
HSL color Cylindrical-coordinate representation of color #A155C0: hue angle of 282.62º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A155C0 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 85 | 192 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.25 |
| HSL | 282.62º | 0.46% | 0.54% | - |
| HSV(B) | 282.62º | 0.56% | 0.75% | - |
| XYZ | 27.46 | 17.88 | 51.87 | - |
| YUV | 119.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 192 | 0.16 | 0.56 | 0 | 0.25 | 282.62 | 0.46 | 0.54 |
| Hex | A1 | 55 | C0 | 10 | 38 | 0 | 19 | 11B | 2E | 36 |
| Octal | 241 | 125 | 300 | 20 | 70 | 0 | 31 | 433 | 56 | 66 |
| Binary | 10100001 | 1010101 | 11000000 | 10000 | 111000 | 0 | 11001 | 100011011 | 101110 | 110110 |
Color Harmonies of #A155C0
Complementary color
Monochromatic Colors of #A155C0
Black with #A155C0
Text Example
Text Example
White with #A155C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155C0; }
p { color: rgb(161,85,192); }
H1.HeaderClassName
{
color: #A155C0;
}
.AnyTagClassName
{
color: #A155C0;
}
</style>
background-color css
<style>
a { background-color: #A155C0; }
a { background-color: rgb(161,85,192); }
div.DivClassName
{
background-color: #A155C0;
}
.BgClassName
{
background-color: #A155C0;
}
</style>
border-color css
<style>
span { border-color: #A155C0; }
span { border-color: rgb(161,85,192); }
td.TdClassName
{
border-color: #A155C0;
}
.TagClassName
{
border-color: #A155C0;
}
</style>