Shades of Deep Lilac #A15CBA
Tints of Deep Lilac #A15CBA
RGB
CMYK
RGB Variations
Color information
#A15CBA (or 0xA15CBA) is known color: Deep Lilac. HEX triplet: A1, 5C and BA. RGB value is (161,92,186). Sum of RGB (Red+Green+Blue) = 161+92+186=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #A15CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CBA is #5EA345. Grayscale: #7B7B7B. Windows color (decimal): -6202182 or 12213409. OLE color: 12213409.
HSL color Cylindrical-coordinate representation of color #A15CBA: hue angle of 284.04º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A15CBA is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 92 | 186 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.27 |
| HSL | 284.04º | 0.41% | 0.55% | - |
| HSV(B) | 284.04º | 0.51% | 0.73% | - |
| XYZ | 27.39 | 18.78 | 48.64 | - |
| YUV | 123.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 186 | 0.13 | 0.51 | 0 | 0.27 | 284.04 | 0.41 | 0.55 |
| Hex | A1 | 5C | BA | D | 33 | 0 | 1B | 11C | 29 | 37 |
| Octal | 241 | 134 | 272 | 15 | 63 | 0 | 33 | 434 | 51 | 67 |
| Binary | 10100001 | 1011100 | 10111010 | 1101 | 110011 | 0 | 11011 | 100011100 | 101001 | 110111 |
Color Harmonies of #A15CBA
Complementary color
Monochromatic Colors of #A15CBA
Black with #A15CBA
Text Example
Text Example
White with #A15CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15CBA; }
p { color: rgb(161,92,186); }
H1.HeaderClassName
{
color: #A15CBA;
}
.AnyTagClassName
{
color: #A15CBA;
}
</style>
background-color css
<style>
a { background-color: #A15CBA; }
a { background-color: rgb(161,92,186); }
div.DivClassName
{
background-color: #A15CBA;
}
.BgClassName
{
background-color: #A15CBA;
}
</style>
border-color css
<style>
span { border-color: #A15CBA; }
span { border-color: rgb(161,92,186); }
td.TdClassName
{
border-color: #A15CBA;
}
.TagClassName
{
border-color: #A15CBA;
}
</style>