Shades of Deep Lilac #A157BD
Tints of Deep Lilac #A157BD
RGB
CMYK
RGB Variations
Color information
#A157BD (or 0xA157BD) is known color: Deep Lilac. HEX triplet: A1, 57 and BD. RGB value is (161,87,189). Sum of RGB (Red+Green+Blue) = 161+87+189=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #A157BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157BD is #5EA842. Grayscale: #787878. Windows color (decimal): -6203459 or 12408737. OLE color: 12408737.
HSL color Cylindrical-coordinate representation of color #A157BD: hue angle of 283.53º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A157BD is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 87 | 189 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.26 |
| HSL | 283.53º | 0.44% | 0.54% | - |
| HSV(B) | 283.53º | 0.54% | 0.74% | - |
| XYZ | 27.29 | 18.07 | 50.19 | - |
| YUV | 120.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 189 | 0.15 | 0.54 | 0 | 0.26 | 283.53 | 0.44 | 0.54 |
| Hex | A1 | 57 | BD | F | 36 | 0 | 1A | 11C | 2C | 36 |
| Octal | 241 | 127 | 275 | 17 | 66 | 0 | 32 | 434 | 54 | 66 |
| Binary | 10100001 | 1010111 | 10111101 | 1111 | 110110 | 0 | 11010 | 100011100 | 101100 | 110110 |
Color Harmonies of #A157BD
Complementary color
Monochromatic Colors of #A157BD
Black with #A157BD
Text Example
Text Example
White with #A157BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A157BD; }
p { color: rgb(161,87,189); }
H1.HeaderClassName
{
color: #A157BD;
}
.AnyTagClassName
{
color: #A157BD;
}
</style>
background-color css
<style>
a { background-color: #A157BD; }
a { background-color: rgb(161,87,189); }
div.DivClassName
{
background-color: #A157BD;
}
.BgClassName
{
background-color: #A157BD;
}
</style>
border-color css
<style>
span { border-color: #A157BD; }
span { border-color: rgb(161,87,189); }
td.TdClassName
{
border-color: #A157BD;
}
.TagClassName
{
border-color: #A157BD;
}
</style>