Shades of Deep Lilac #A158BA
Tints of Deep Lilac #A158BA
RGB
CMYK
RGB Variations
Color information
#A158BA (or 0xA158BA) is known color: Deep Lilac. HEX triplet: A1, 58 and BA. RGB value is (161,88,186). Sum of RGB (Red+Green+Blue) = 161+88+186=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A158BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158BA is #5EA745. Grayscale: #787878. Windows color (decimal): -6203206 or 12212385. OLE color: 12212385.
HSL color Cylindrical-coordinate representation of color #A158BA: hue angle of 284.69º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A158BA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 88 | 186 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.27 |
| HSL | 284.69º | 0.42% | 0.54% | - |
| HSV(B) | 284.69º | 0.53% | 0.73% | - |
| XYZ | 27.05 | 18.1 | 48.52 | - |
| YUV | 121 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 186 | 0.13 | 0.53 | 0 | 0.27 | 284.69 | 0.42 | 0.54 |
| Hex | A1 | 58 | BA | D | 35 | 0 | 1B | 11D | 2A | 36 |
| Octal | 241 | 130 | 272 | 15 | 65 | 0 | 33 | 435 | 52 | 66 |
| Binary | 10100001 | 1011000 | 10111010 | 1101 | 110101 | 0 | 11011 | 100011101 | 101010 | 110110 |
Color Harmonies of #A158BA
Complementary color
Monochromatic Colors of #A158BA
Black with #A158BA
Text Example
Text Example
White with #A158BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A158BA; }
p { color: rgb(161,88,186); }
H1.HeaderClassName
{
color: #A158BA;
}
.AnyTagClassName
{
color: #A158BA;
}
</style>
background-color css
<style>
a { background-color: #A158BA; }
a { background-color: rgb(161,88,186); }
div.DivClassName
{
background-color: #A158BA;
}
.BgClassName
{
background-color: #A158BA;
}
</style>
border-color css
<style>
span { border-color: #A158BA; }
span { border-color: rgb(161,88,186); }
td.TdClassName
{
border-color: #A158BA;
}
.TagClassName
{
border-color: #A158BA;
}
</style>