Shades of Deep Lilac #A15DBD
Tints of Deep Lilac #A15DBD
RGB
CMYK
RGB Variations
Color information
#A15DBD (or 0xA15DBD) is known color: Deep Lilac. HEX triplet: A1, 5D and BD. RGB value is (161,93,189). Sum of RGB (Red+Green+Blue) = 161+93+189=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #A15DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DBD is #5EA242. Grayscale: #7B7B7B. Windows color (decimal): -6201923 or 12410273. OLE color: 12410273.
HSL color Cylindrical-coordinate representation of color #A15DBD: hue angle of 282.5º degrees, saturation: 0.42, 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 #A15DBD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 93 | 189 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.26 |
| HSL | 282.5º | 0.42% | 0.55% | - |
| HSV(B) | 282.5º | 0.51% | 0.74% | - |
| XYZ | 27.8 | 19.08 | 50.36 | - |
| YUV | 124.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 189 | 0.15 | 0.51 | 0 | 0.26 | 282.5 | 0.42 | 0.55 |
| Hex | A1 | 5D | BD | F | 33 | 0 | 1A | 11A | 2A | 37 |
| Octal | 241 | 135 | 275 | 17 | 63 | 0 | 32 | 432 | 52 | 67 |
| Binary | 10100001 | 1011101 | 10111101 | 1111 | 110011 | 0 | 11010 | 100011010 | 101010 | 110111 |
Color Harmonies of #A15DBD
Complementary color
Monochromatic Colors of #A15DBD
Black with #A15DBD
Text Example
Text Example
White with #A15DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DBD; }
p { color: rgb(161,93,189); }
H1.HeaderClassName
{
color: #A15DBD;
}
.AnyTagClassName
{
color: #A15DBD;
}
</style>
background-color css
<style>
a { background-color: #A15DBD; }
a { background-color: rgb(161,93,189); }
div.DivClassName
{
background-color: #A15DBD;
}
.BgClassName
{
background-color: #A15DBD;
}
</style>
border-color css
<style>
span { border-color: #A15DBD; }
span { border-color: rgb(161,93,189); }
td.TdClassName
{
border-color: #A15DBD;
}
.TagClassName
{
border-color: #A15DBD;
}
</style>