Shades of Deep Lilac #A16BBB
Tints of Deep Lilac #A16BBB
RGB
CMYK
RGB Variations
Color information
#A16BBB (or 0xA16BBB) is known color: Deep Lilac. HEX triplet: A1, 6B and BB. RGB value is (161,107,187). Sum of RGB (Red+Green+Blue) = 161+107+187=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #A16BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BBB is #5E9444. Grayscale: #848484. Windows color (decimal): -6198341 or 12282785. OLE color: 12282785.
HSL color Cylindrical-coordinate representation of color #A16BBB: hue angle of 280.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16BBB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 107 | 187 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.27 |
| HSL | 280.5º | 0.37% | 0.58% | - |
| HSV(B) | 280.5º | 0.43% | 0.73% | - |
| XYZ | 28.93 | 21.68 | 49.67 | - |
| YUV | 132.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 187 | 0.14 | 0.43 | 0 | 0.27 | 280.5 | 0.37 | 0.58 |
| Hex | A1 | 6B | BB | E | 2B | 0 | 1B | 118 | 25 | 3A |
| Octal | 241 | 153 | 273 | 16 | 53 | 0 | 33 | 430 | 45 | 72 |
| Binary | 10100001 | 1101011 | 10111011 | 1110 | 101011 | 0 | 11011 | 100011000 | 100101 | 111010 |
Color Harmonies of #A16BBB
Complementary color
Monochromatic Colors of #A16BBB
Black with #A16BBB
Text Example
Text Example
White with #A16BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BBB; }
p { color: rgb(161,107,187); }
H1.HeaderClassName
{
color: #A16BBB;
}
.AnyTagClassName
{
color: #A16BBB;
}
</style>
background-color css
<style>
a { background-color: #A16BBB; }
a { background-color: rgb(161,107,187); }
div.DivClassName
{
background-color: #A16BBB;
}
.BgClassName
{
background-color: #A16BBB;
}
</style>
border-color css
<style>
span { border-color: #A16BBB; }
span { border-color: rgb(161,107,187); }
td.TdClassName
{
border-color: #A16BBB;
}
.TagClassName
{
border-color: #A16BBB;
}
</style>