Shades of Deep Lilac #A155C8
Tints of Deep Lilac #A155C8
RGB
CMYK
RGB Variations
Color information
#A155C8 (or 0xA155C8) is known color: Deep Lilac. HEX triplet: A1, 55 and C8. RGB value is (161,85,200). Sum of RGB (Red+Green+Blue) = 161+85+200=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #A155C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155C8 is #5EAA37. Grayscale: #787878. Windows color (decimal): -6203960 or 13129121. OLE color: 13129121.
HSL color Cylindrical-coordinate representation of color #A155C8: hue angle of 279.65º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A155C8 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 85 | 200 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.22 |
| HSL | 279.65º | 0.51% | 0.56% | - |
| HSV(B) | 279.65º | 0.58% | 0.78% | - |
| XYZ | 28.37 | 18.24 | 56.67 | - |
| YUV | 120.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 200 | 0.19 | 0.58 | 0 | 0.22 | 279.65 | 0.51 | 0.56 |
| Hex | A1 | 55 | C8 | 13 | 3A | 0 | 16 | 118 | 33 | 38 |
| Octal | 241 | 125 | 310 | 23 | 72 | 0 | 26 | 430 | 63 | 70 |
| Binary | 10100001 | 1010101 | 11001000 | 10011 | 111010 | 0 | 10110 | 100011000 | 110011 | 111000 |
Color Harmonies of #A155C8
Complementary color
Monochromatic Colors of #A155C8
Black with #A155C8
Text Example
Text Example
White with #A155C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155C8; }
p { color: rgb(161,85,200); }
H1.HeaderClassName
{
color: #A155C8;
}
.AnyTagClassName
{
color: #A155C8;
}
</style>
background-color css
<style>
a { background-color: #A155C8; }
a { background-color: rgb(161,85,200); }
div.DivClassName
{
background-color: #A155C8;
}
.BgClassName
{
background-color: #A155C8;
}
</style>
border-color css
<style>
span { border-color: #A155C8; }
span { border-color: rgb(161,85,200); }
td.TdClassName
{
border-color: #A155C8;
}
.TagClassName
{
border-color: #A155C8;
}
</style>