Shades of Deep Lilac #A166BF
Tints of Deep Lilac #A166BF
RGB
CMYK
RGB Variations
Color information
#A166BF (or 0xA166BF) is known color: Deep Lilac. HEX triplet: A1, 66 and BF. RGB value is (161,102,191). Sum of RGB (Red+Green+Blue) = 161+102+191=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #A166BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166BF is #5E9940. Grayscale: #818181. Windows color (decimal): -6199617 or 12543649. OLE color: 12543649.
HSL color Cylindrical-coordinate representation of color #A166BF: hue angle of 279.78º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A166BF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 102 | 191 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.25 |
| HSL | 279.78º | 0.41% | 0.57% | - |
| HSV(B) | 279.78º | 0.47% | 0.75% | - |
| XYZ | 28.85 | 20.84 | 51.79 | - |
| YUV | 129.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 191 | 0.16 | 0.47 | 0 | 0.25 | 279.78 | 0.41 | 0.57 |
| Hex | A1 | 66 | BF | 10 | 2F | 0 | 19 | 118 | 29 | 39 |
| Octal | 241 | 146 | 277 | 20 | 57 | 0 | 31 | 430 | 51 | 71 |
| Binary | 10100001 | 1100110 | 10111111 | 10000 | 101111 | 0 | 11001 | 100011000 | 101001 | 111001 |
Color Harmonies of #A166BF
Complementary color
Monochromatic Colors of #A166BF
Black with #A166BF
Text Example
Text Example
White with #A166BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A166BF; }
p { color: rgb(161,102,191); }
H1.HeaderClassName
{
color: #A166BF;
}
.AnyTagClassName
{
color: #A166BF;
}
</style>
background-color css
<style>
a { background-color: #A166BF; }
a { background-color: rgb(161,102,191); }
div.DivClassName
{
background-color: #A166BF;
}
.BgClassName
{
background-color: #A166BF;
}
</style>
border-color css
<style>
span { border-color: #A166BF; }
span { border-color: rgb(161,102,191); }
td.TdClassName
{
border-color: #A166BF;
}
.TagClassName
{
border-color: #A166BF;
}
</style>