Shades of Deep Lilac #A155BD
Tints of Deep Lilac #A155BD
RGB
CMYK
RGB Variations
Color information
#A155BD (or 0xA155BD) is known color: Deep Lilac. HEX triplet: A1, 55 and BD. RGB value is (161,85,189). Sum of RGB (Red+Green+Blue) = 161+85+189=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #A155BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155BD is #5EAA42. Grayscale: #777777. Windows color (decimal): -6203971 or 12408225. OLE color: 12408225.
HSL color Cylindrical-coordinate representation of color #A155BD: hue angle of 283.85º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A155BD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 85 | 189 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.26 |
| HSL | 283.85º | 0.44% | 0.54% | - |
| HSV(B) | 283.85º | 0.55% | 0.74% | - |
| XYZ | 27.13 | 17.75 | 50.14 | - |
| YUV | 119.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 189 | 0.15 | 0.55 | 0 | 0.26 | 283.85 | 0.44 | 0.54 |
| Hex | A1 | 55 | BD | F | 37 | 0 | 1A | 11C | 2C | 36 |
| Octal | 241 | 125 | 275 | 17 | 67 | 0 | 32 | 434 | 54 | 66 |
| Binary | 10100001 | 1010101 | 10111101 | 1111 | 110111 | 0 | 11010 | 100011100 | 101100 | 110110 |
Color Harmonies of #A155BD
Complementary color
Monochromatic Colors of #A155BD
Black with #A155BD
Text Example
Text Example
White with #A155BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155BD; }
p { color: rgb(161,85,189); }
H1.HeaderClassName
{
color: #A155BD;
}
.AnyTagClassName
{
color: #A155BD;
}
</style>
background-color css
<style>
a { background-color: #A155BD; }
a { background-color: rgb(161,85,189); }
div.DivClassName
{
background-color: #A155BD;
}
.BgClassName
{
background-color: #A155BD;
}
</style>
border-color css
<style>
span { border-color: #A155BD; }
span { border-color: rgb(161,85,189); }
td.TdClassName
{
border-color: #A155BD;
}
.TagClassName
{
border-color: #A155BD;
}
</style>