Shades of Deep Lilac #A16ABC
Tints of Deep Lilac #A16ABC
RGB
CMYK
RGB Variations
Color information
#A16ABC (or 0xA16ABC) is known color: Deep Lilac. HEX triplet: A1, 6A and BC. RGB value is (161,106,188). Sum of RGB (Red+Green+Blue) = 161+106+188=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #A16ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ABC is #5E9543. Grayscale: #838383. Windows color (decimal): -6198596 or 12348065. OLE color: 12348065.
HSL color Cylindrical-coordinate representation of color #A16ABC: hue angle of 280.24º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A16ABC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 106 | 188 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.26 |
| HSL | 280.24º | 0.38% | 0.58% | - |
| HSV(B) | 280.24º | 0.44% | 0.74% | - |
| XYZ | 28.93 | 21.52 | 50.21 | - |
| YUV | 131.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 188 | 0.14 | 0.44 | 0 | 0.26 | 280.24 | 0.38 | 0.58 |
| Hex | A1 | 6A | BC | E | 2C | 0 | 1A | 118 | 26 | 3A |
| Octal | 241 | 152 | 274 | 16 | 54 | 0 | 32 | 430 | 46 | 72 |
| Binary | 10100001 | 1101010 | 10111100 | 1110 | 101100 | 0 | 11010 | 100011000 | 100110 | 111010 |
Color Harmonies of #A16ABC
Complementary color
Monochromatic Colors of #A16ABC
Black with #A16ABC
Text Example
Text Example
White with #A16ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ABC; }
p { color: rgb(161,106,188); }
H1.HeaderClassName
{
color: #A16ABC;
}
.AnyTagClassName
{
color: #A16ABC;
}
</style>
background-color css
<style>
a { background-color: #A16ABC; }
a { background-color: rgb(161,106,188); }
div.DivClassName
{
background-color: #A16ABC;
}
.BgClassName
{
background-color: #A16ABC;
}
</style>
border-color css
<style>
span { border-color: #A16ABC; }
span { border-color: rgb(161,106,188); }
td.TdClassName
{
border-color: #A16ABC;
}
.TagClassName
{
border-color: #A16ABC;
}
</style>