Shades of Deep Lilac #A15DB2
Tints of Deep Lilac #A15DB2
RGB
CMYK
RGB Variations
Color information
#A15DB2 (or 0xA15DB2) is known color: Deep Lilac. HEX triplet: A1, 5D and B2. RGB value is (161,93,178). Sum of RGB (Red+Green+Blue) = 161+93+178=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 178 - color contains mainly: blue. Hex color #A15DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15DB2 is #5EA24D. Grayscale: #7A7A7A. Windows color (decimal): -6201934 or 11689377. OLE color: 11689377.
HSL color Cylindrical-coordinate representation of color #A15DB2: hue angle of 288º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15DB2 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 93 | 178 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.30 |
| HSL | 288º | 0.36% | 0.53% | - |
| HSV(B) | 288º | 0.48% | 0.7% | - |
| XYZ | 26.65 | 18.62 | 44.31 | - |
| YUV | 123.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 178 | 0.10 | 0.48 | 0 | 0.30 | 288 | 0.36 | 0.53 |
| Hex | A1 | 5D | B2 | A | 30 | 0 | 1E | 120 | 24 | 35 |
| Octal | 241 | 135 | 262 | 12 | 60 | 0 | 36 | 440 | 44 | 65 |
| Binary | 10100001 | 1011101 | 10110010 | 1010 | 110000 | 0 | 11110 | 100100000 | 100100 | 110101 |
Color Harmonies of #A15DB2
Complementary color
Monochromatic Colors of #A15DB2
Black with #A15DB2
Text Example
Text Example
White with #A15DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DB2; }
p { color: rgb(161,93,178); }
H1.HeaderClassName
{
color: #A15DB2;
}
.AnyTagClassName
{
color: #A15DB2;
}
</style>
background-color css
<style>
a { background-color: #A15DB2; }
a { background-color: rgb(161,93,178); }
div.DivClassName
{
background-color: #A15DB2;
}
.BgClassName
{
background-color: #A15DB2;
}
</style>
border-color css
<style>
span { border-color: #A15DB2; }
span { border-color: rgb(161,93,178); }
td.TdClassName
{
border-color: #A15DB2;
}
.TagClassName
{
border-color: #A15DB2;
}
</style>