Shades of Deep Lilac #A15EBE
Tints of Deep Lilac #A15EBE
RGB
CMYK
RGB Variations
Color information
#A15EBE (or 0xA15EBE) is known color: Deep Lilac. HEX triplet: A1, 5E and BE. RGB value is (161,94,190). Sum of RGB (Red+Green+Blue) = 161+94+190=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #A15EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EBE is #5EA141. Grayscale: #7C7C7C. Windows color (decimal): -6201666 or 12476065. OLE color: 12476065.
HSL color Cylindrical-coordinate representation of color #A15EBE: hue angle of 281.88º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A15EBE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 94 | 190 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.25 |
| HSL | 281.88º | 0.42% | 0.56% | - |
| HSV(B) | 281.88º | 0.51% | 0.75% | - |
| XYZ | 27.99 | 19.3 | 50.97 | - |
| YUV | 124.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 190 | 0.15 | 0.51 | 0 | 0.25 | 281.88 | 0.42 | 0.56 |
| Hex | A1 | 5E | BE | F | 33 | 0 | 19 | 11A | 2A | 38 |
| Octal | 241 | 136 | 276 | 17 | 63 | 0 | 31 | 432 | 52 | 70 |
| Binary | 10100001 | 1011110 | 10111110 | 1111 | 110011 | 0 | 11001 | 100011010 | 101010 | 111000 |
Color Harmonies of #A15EBE
Complementary color
Monochromatic Colors of #A15EBE
Black with #A15EBE
Text Example
Text Example
White with #A15EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15EBE; }
p { color: rgb(161,94,190); }
H1.HeaderClassName
{
color: #A15EBE;
}
.AnyTagClassName
{
color: #A15EBE;
}
</style>
background-color css
<style>
a { background-color: #A15EBE; }
a { background-color: rgb(161,94,190); }
div.DivClassName
{
background-color: #A15EBE;
}
.BgClassName
{
background-color: #A15EBE;
}
</style>
border-color css
<style>
span { border-color: #A15EBE; }
span { border-color: rgb(161,94,190); }
td.TdClassName
{
border-color: #A15EBE;
}
.TagClassName
{
border-color: #A15EBE;
}
</style>