Shades of Deep Lilac #A15DBB
Tints of Deep Lilac #A15DBB
RGB
CMYK
RGB Variations
Color information
#A15DBB (or 0xA15DBB) is known color: Deep Lilac. HEX triplet: A1, 5D and BB. RGB value is (161,93,187). Sum of RGB (Red+Green+Blue) = 161+93+187=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #A15DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DBB is #5EA244. Grayscale: #7B7B7B. Windows color (decimal): -6201925 or 12279201. OLE color: 12279201.
HSL color Cylindrical-coordinate representation of color #A15DBB: hue angle of 283.4º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15DBB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 93 | 187 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.27 |
| HSL | 283.4º | 0.41% | 0.55% | - |
| HSV(B) | 283.4º | 0.5% | 0.73% | - |
| XYZ | 27.58 | 18.99 | 49.23 | - |
| YUV | 124.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 187 | 0.14 | 0.50 | 0 | 0.27 | 283.4 | 0.41 | 0.55 |
| Hex | A1 | 5D | BB | E | 32 | 0 | 1B | 11B | 29 | 37 |
| Octal | 241 | 135 | 273 | 16 | 62 | 0 | 33 | 433 | 51 | 67 |
| Binary | 10100001 | 1011101 | 10111011 | 1110 | 110010 | 0 | 11011 | 100011011 | 101001 | 110111 |
Color Harmonies of #A15DBB
Complementary color
Monochromatic Colors of #A15DBB
Black with #A15DBB
Text Example
Text Example
White with #A15DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DBB; }
p { color: rgb(161,93,187); }
H1.HeaderClassName
{
color: #A15DBB;
}
.AnyTagClassName
{
color: #A15DBB;
}
</style>
background-color css
<style>
a { background-color: #A15DBB; }
a { background-color: rgb(161,93,187); }
div.DivClassName
{
background-color: #A15DBB;
}
.BgClassName
{
background-color: #A15DBB;
}
</style>
border-color css
<style>
span { border-color: #A15DBB; }
span { border-color: rgb(161,93,187); }
td.TdClassName
{
border-color: #A15DBB;
}
.TagClassName
{
border-color: #A15DBB;
}
</style>