Shades of Deep Lilac #A15DBC
Tints of Deep Lilac #A15DBC
RGB
CMYK
RGB Variations
Color information
#A15DBC (or 0xA15DBC) is known color: Deep Lilac. HEX triplet: A1, 5D and BC. RGB value is (161,93,188). Sum of RGB (Red+Green+Blue) = 161+93+188=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #A15DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DBC is #5EA243. Grayscale: #7B7B7B. Windows color (decimal): -6201924 or 12344737. OLE color: 12344737.
HSL color Cylindrical-coordinate representation of color #A15DBC: hue angle of 282.95º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A15DBC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 93 | 188 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.26 |
| HSL | 282.95º | 0.41% | 0.55% | - |
| HSV(B) | 282.95º | 0.51% | 0.74% | - |
| XYZ | 27.69 | 19.04 | 49.79 | - |
| YUV | 124.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 188 | 0.14 | 0.51 | 0 | 0.26 | 282.95 | 0.41 | 0.55 |
| Hex | A1 | 5D | BC | E | 33 | 0 | 1A | 11B | 29 | 37 |
| Octal | 241 | 135 | 274 | 16 | 63 | 0 | 32 | 433 | 51 | 67 |
| Binary | 10100001 | 1011101 | 10111100 | 1110 | 110011 | 0 | 11010 | 100011011 | 101001 | 110111 |
Color Harmonies of #A15DBC
Complementary color
Monochromatic Colors of #A15DBC
Black with #A15DBC
Text Example
Text Example
White with #A15DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DBC; }
p { color: rgb(161,93,188); }
H1.HeaderClassName
{
color: #A15DBC;
}
.AnyTagClassName
{
color: #A15DBC;
}
</style>
background-color css
<style>
a { background-color: #A15DBC; }
a { background-color: rgb(161,93,188); }
div.DivClassName
{
background-color: #A15DBC;
}
.BgClassName
{
background-color: #A15DBC;
}
</style>
border-color css
<style>
span { border-color: #A15DBC; }
span { border-color: rgb(161,93,188); }
td.TdClassName
{
border-color: #A15DBC;
}
.TagClassName
{
border-color: #A15DBC;
}
</style>