Shades of Deep Lilac #A155BB
Tints of Deep Lilac #A155BB
RGB
CMYK
RGB Variations
Color information
#A155BB (or 0xA155BB) is known color: Deep Lilac. HEX triplet: A1, 55 and BB. RGB value is (161,85,187). Sum of RGB (Red+Green+Blue) = 161+85+187=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #A155BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155BB is #5EAA44. Grayscale: #777777. Windows color (decimal): -6203973 or 12277153. OLE color: 12277153.
HSL color Cylindrical-coordinate representation of color #A155BB: hue angle of 284.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A155BB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 85 | 187 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.27 |
| HSL | 284.71º | 0.43% | 0.53% | - |
| HSV(B) | 284.71º | 0.55% | 0.73% | - |
| XYZ | 26.92 | 17.66 | 49 | - |
| YUV | 119.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 187 | 0.14 | 0.55 | 0 | 0.27 | 284.71 | 0.43 | 0.53 |
| Hex | A1 | 55 | BB | E | 37 | 0 | 1B | 11D | 2B | 35 |
| Octal | 241 | 125 | 273 | 16 | 67 | 0 | 33 | 435 | 53 | 65 |
| Binary | 10100001 | 1010101 | 10111011 | 1110 | 110111 | 0 | 11011 | 100011101 | 101011 | 110101 |
Color Harmonies of #A155BB
Complementary color
Monochromatic Colors of #A155BB
Black with #A155BB
Text Example
Text Example
White with #A155BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155BB; }
p { color: rgb(161,85,187); }
H1.HeaderClassName
{
color: #A155BB;
}
.AnyTagClassName
{
color: #A155BB;
}
</style>
background-color css
<style>
a { background-color: #A155BB; }
a { background-color: rgb(161,85,187); }
div.DivClassName
{
background-color: #A155BB;
}
.BgClassName
{
background-color: #A155BB;
}
</style>
border-color css
<style>
span { border-color: #A155BB; }
span { border-color: rgb(161,85,187); }
td.TdClassName
{
border-color: #A155BB;
}
.TagClassName
{
border-color: #A155BB;
}
</style>