Shades of Deep Lilac #A16ABA
Tints of Deep Lilac #A16ABA
RGB
CMYK
RGB Variations
Color information
#A16ABA (or 0xA16ABA) is known color: Deep Lilac. HEX triplet: A1, 6A and BA. RGB value is (161,106,186). Sum of RGB (Red+Green+Blue) = 161+106+186=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #A16ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ABA is #5E9545. Grayscale: #838383. Windows color (decimal): -6198598 or 12216993. OLE color: 12216993.
HSL color Cylindrical-coordinate representation of color #A16ABA: hue angle of 281.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16ABA is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 106 | 186 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.27 |
| HSL | 281.25º | 0.37% | 0.57% | - |
| HSV(B) | 281.25º | 0.43% | 0.73% | - |
| XYZ | 28.71 | 21.43 | 49.08 | - |
| YUV | 131.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 186 | 0.13 | 0.43 | 0 | 0.27 | 281.25 | 0.37 | 0.57 |
| Hex | A1 | 6A | BA | D | 2B | 0 | 1B | 119 | 25 | 39 |
| Octal | 241 | 152 | 272 | 15 | 53 | 0 | 33 | 431 | 45 | 71 |
| Binary | 10100001 | 1101010 | 10111010 | 1101 | 101011 | 0 | 11011 | 100011001 | 100101 | 111001 |
Color Harmonies of #A16ABA
Complementary color
Monochromatic Colors of #A16ABA
Black with #A16ABA
Text Example
Text Example
White with #A16ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ABA; }
p { color: rgb(161,106,186); }
H1.HeaderClassName
{
color: #A16ABA;
}
.AnyTagClassName
{
color: #A16ABA;
}
</style>
background-color css
<style>
a { background-color: #A16ABA; }
a { background-color: rgb(161,106,186); }
div.DivClassName
{
background-color: #A16ABA;
}
.BgClassName
{
background-color: #A16ABA;
}
</style>
border-color css
<style>
span { border-color: #A16ABA; }
span { border-color: rgb(161,106,186); }
td.TdClassName
{
border-color: #A16ABA;
}
.TagClassName
{
border-color: #A16ABA;
}
</style>