Shades of Deep Lilac #A166BB
Tints of Deep Lilac #A166BB
RGB
CMYK
RGB Variations
Color information
#A166BB (or 0xA166BB) is known color: Deep Lilac. HEX triplet: A1, 66 and BB. RGB value is (161,102,187). Sum of RGB (Red+Green+Blue) = 161+102+187=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #A166BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166BB is #5E9944. Grayscale: #818181. Windows color (decimal): -6199621 or 12281505. OLE color: 12281505.
HSL color Cylindrical-coordinate representation of color #A166BB: hue angle of 281.65º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A166BB is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 102 | 187 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.27 |
| HSL | 281.65º | 0.38% | 0.57% | - |
| HSV(B) | 281.65º | 0.45% | 0.73% | - |
| XYZ | 28.42 | 20.67 | 49.51 | - |
| YUV | 129.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 187 | 0.14 | 0.45 | 0 | 0.27 | 281.65 | 0.38 | 0.57 |
| Hex | A1 | 66 | BB | E | 2D | 0 | 1B | 11A | 26 | 39 |
| Octal | 241 | 146 | 273 | 16 | 55 | 0 | 33 | 432 | 46 | 71 |
| Binary | 10100001 | 1100110 | 10111011 | 1110 | 101101 | 0 | 11011 | 100011010 | 100110 | 111001 |
Color Harmonies of #A166BB
Complementary color
Monochromatic Colors of #A166BB
Black with #A166BB
Text Example
Text Example
White with #A166BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A166BB; }
p { color: rgb(161,102,187); }
H1.HeaderClassName
{
color: #A166BB;
}
.AnyTagClassName
{
color: #A166BB;
}
</style>
background-color css
<style>
a { background-color: #A166BB; }
a { background-color: rgb(161,102,187); }
div.DivClassName
{
background-color: #A166BB;
}
.BgClassName
{
background-color: #A166BB;
}
</style>
border-color css
<style>
span { border-color: #A166BB; }
span { border-color: rgb(161,102,187); }
td.TdClassName
{
border-color: #A166BB;
}
.TagClassName
{
border-color: #A166BB;
}
</style>