Shades of Deep Lilac #A15CB0
Tints of Deep Lilac #A15CB0
RGB
CMYK
RGB Variations
Color information
#A15CB0 (or 0xA15CB0) is known color: Deep Lilac. HEX triplet: A1, 5C and B0. RGB value is (161,92,176). Sum of RGB (Red+Green+Blue) = 161+92+176=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 176 - color contains mainly: blue. Hex color #A15CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15CB0 is #5EA34F. Grayscale: #797979. Windows color (decimal): -6202192 or 11558049. OLE color: 11558049.
HSL color Cylindrical-coordinate representation of color #A15CB0: hue angle of 289.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15CB0 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 92 | 176 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.31 |
| HSL | 289.29º | 0.35% | 0.53% | - |
| HSV(B) | 289.29º | 0.48% | 0.69% | - |
| XYZ | 26.36 | 18.37 | 43.23 | - |
| YUV | 122.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 176 | 0.09 | 0.48 | 0 | 0.31 | 289.29 | 0.35 | 0.53 |
| Hex | A1 | 5C | B0 | 9 | 30 | 0 | 1F | 121 | 23 | 35 |
| Octal | 241 | 134 | 260 | 11 | 60 | 0 | 37 | 441 | 43 | 65 |
| Binary | 10100001 | 1011100 | 10110000 | 1001 | 110000 | 0 | 11111 | 100100001 | 100011 | 110101 |
Color Harmonies of #A15CB0
Complementary color
Monochromatic Colors of #A15CB0
Black with #A15CB0
Text Example
Text Example
White with #A15CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15CB0; }
p { color: rgb(161,92,176); }
H1.HeaderClassName
{
color: #A15CB0;
}
.AnyTagClassName
{
color: #A15CB0;
}
</style>
background-color css
<style>
a { background-color: #A15CB0; }
a { background-color: rgb(161,92,176); }
div.DivClassName
{
background-color: #A15CB0;
}
.BgClassName
{
background-color: #A15CB0;
}
</style>
border-color css
<style>
span { border-color: #A15CB0; }
span { border-color: rgb(161,92,176); }
td.TdClassName
{
border-color: #A15CB0;
}
.TagClassName
{
border-color: #A15CB0;
}
</style>