Shades of Deep Lilac #A155CB
Tints of Deep Lilac #A155CB
RGB
CMYK
RGB Variations
Color information
#A155CB (or 0xA155CB) is known color: Deep Lilac. HEX triplet: A1, 55 and CB. RGB value is (161,85,203). Sum of RGB (Red+Green+Blue) = 161+85+203=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #A155CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155CB is #5EAA34. Grayscale: #787878. Windows color (decimal): -6203957 or 13325729. OLE color: 13325729.
HSL color Cylindrical-coordinate representation of color #A155CB: hue angle of 278.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A155CB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 85 | 203 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.20 |
| HSL | 278.64º | 0.53% | 0.56% | - |
| HSV(B) | 278.64º | 0.58% | 0.8% | - |
| XYZ | 28.73 | 18.39 | 58.53 | - |
| YUV | 121.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 203 | 0.21 | 0.58 | 0 | 0.20 | 278.64 | 0.53 | 0.56 |
| Hex | A1 | 55 | CB | 15 | 3A | 0 | 14 | 117 | 35 | 38 |
| Octal | 241 | 125 | 313 | 25 | 72 | 0 | 24 | 427 | 65 | 70 |
| Binary | 10100001 | 1010101 | 11001011 | 10101 | 111010 | 0 | 10100 | 100010111 | 110101 | 111000 |
Color Harmonies of #A155CB
Complementary color
Monochromatic Colors of #A155CB
Black with #A155CB
Text Example
Text Example
White with #A155CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155CB; }
p { color: rgb(161,85,203); }
H1.HeaderClassName
{
color: #A155CB;
}
.AnyTagClassName
{
color: #A155CB;
}
</style>
background-color css
<style>
a { background-color: #A155CB; }
a { background-color: rgb(161,85,203); }
div.DivClassName
{
background-color: #A155CB;
}
.BgClassName
{
background-color: #A155CB;
}
</style>
border-color css
<style>
span { border-color: #A155CB; }
span { border-color: rgb(161,85,203); }
td.TdClassName
{
border-color: #A155CB;
}
.TagClassName
{
border-color: #A155CB;
}
</style>