Shades of Deep Lilac #A15DB8
Tints of Deep Lilac #A15DB8
RGB
CMYK
RGB Variations
Color information
#A15DB8 (or 0xA15DB8) is known color: Deep Lilac. HEX triplet: A1, 5D and B8. RGB value is (161,93,184). Sum of RGB (Red+Green+Blue) = 161+93+184=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 184 - color contains mainly: blue. Hex color #A15DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DB8 is #5EA247. Grayscale: #7B7B7B. Windows color (decimal): -6201928 or 12082593. OLE color: 12082593.
HSL color Cylindrical-coordinate representation of color #A15DB8: hue angle of 284.84º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15DB8 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 93 | 184 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.28 |
| HSL | 284.84º | 0.39% | 0.54% | - |
| HSV(B) | 284.84º | 0.49% | 0.72% | - |
| XYZ | 27.26 | 18.87 | 47.55 | - |
| YUV | 123.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 184 | 0.12 | 0.49 | 0 | 0.28 | 284.84 | 0.39 | 0.54 |
| Hex | A1 | 5D | B8 | C | 31 | 0 | 1C | 11D | 27 | 36 |
| Octal | 241 | 135 | 270 | 14 | 61 | 0 | 34 | 435 | 47 | 66 |
| Binary | 10100001 | 1011101 | 10111000 | 1100 | 110001 | 0 | 11100 | 100011101 | 100111 | 110110 |
Color Harmonies of #A15DB8
Complementary color
Monochromatic Colors of #A15DB8
Black with #A15DB8
Text Example
Text Example
White with #A15DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DB8; }
p { color: rgb(161,93,184); }
H1.HeaderClassName
{
color: #A15DB8;
}
.AnyTagClassName
{
color: #A15DB8;
}
</style>
background-color css
<style>
a { background-color: #A15DB8; }
a { background-color: rgb(161,93,184); }
div.DivClassName
{
background-color: #A15DB8;
}
.BgClassName
{
background-color: #A15DB8;
}
</style>
border-color css
<style>
span { border-color: #A15DB8; }
span { border-color: rgb(161,93,184); }
td.TdClassName
{
border-color: #A15DB8;
}
.TagClassName
{
border-color: #A15DB8;
}
</style>