Shades of Deep Lilac #A15CBF
Tints of Deep Lilac #A15CBF
RGB
CMYK
RGB Variations
Color information
#A15CBF (or 0xA15CBF) is known color: Deep Lilac. HEX triplet: A1, 5C and BF. RGB value is (161,92,191). Sum of RGB (Red+Green+Blue) = 161+92+191=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #A15CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CBF is #5EA340. Grayscale: #7B7B7B. Windows color (decimal): -6202177 or 12541089. OLE color: 12541089.
HSL color Cylindrical-coordinate representation of color #A15CBF: hue angle of 281.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A15CBF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 92 | 191 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.25 |
| HSL | 281.82º | 0.44% | 0.55% | - |
| HSV(B) | 281.82º | 0.52% | 0.75% | - |
| XYZ | 27.93 | 18.99 | 51.48 | - |
| YUV | 123.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 191 | 0.16 | 0.52 | 0 | 0.25 | 281.82 | 0.44 | 0.55 |
| Hex | A1 | 5C | BF | 10 | 34 | 0 | 19 | 11A | 2C | 37 |
| Octal | 241 | 134 | 277 | 20 | 64 | 0 | 31 | 432 | 54 | 67 |
| Binary | 10100001 | 1011100 | 10111111 | 10000 | 110100 | 0 | 11001 | 100011010 | 101100 | 110111 |
Color Harmonies of #A15CBF
Complementary color
Monochromatic Colors of #A15CBF
Black with #A15CBF
Text Example
Text Example
White with #A15CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15CBF; }
p { color: rgb(161,92,191); }
H1.HeaderClassName
{
color: #A15CBF;
}
.AnyTagClassName
{
color: #A15CBF;
}
</style>
background-color css
<style>
a { background-color: #A15CBF; }
a { background-color: rgb(161,92,191); }
div.DivClassName
{
background-color: #A15CBF;
}
.BgClassName
{
background-color: #A15CBF;
}
</style>
border-color css
<style>
span { border-color: #A15CBF; }
span { border-color: rgb(161,92,191); }
td.TdClassName
{
border-color: #A15CBF;
}
.TagClassName
{
border-color: #A15CBF;
}
</style>