Shades of Deep Lilac #A140AC
Tints of Deep Lilac #A140AC
RGB
CMYK
RGB Variations
Color information
#A140AC (or 0xA140AC) is known color: Deep Lilac. HEX triplet: A1, 40 and AC. RGB value is (161,64,172). Sum of RGB (Red+Green+Blue) = 161+64+172=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #A140AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A140AC is #5EBF53. Grayscale: #686868. Windows color (decimal): -6209364 or 11288737. OLE color: 11288737.
HSL color Cylindrical-coordinate representation of color #A140AC: hue angle of 293.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A140AC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 64 | 172 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.33 |
| HSL | 293.89º | 0.46% | 0.46% | - |
| HSV(B) | 293.89º | 0.63% | 0.67% | - |
| XYZ | 23.98 | 14.22 | 40.51 | - |
| YUV | 105.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 172 | 0.06 | 0.63 | 0 | 0.33 | 293.89 | 0.46 | 0.46 |
| Hex | A1 | 40 | AC | 6 | 3F | 0 | 21 | 126 | 2E | 2E |
| Octal | 241 | 100 | 254 | 6 | 77 | 0 | 41 | 446 | 56 | 56 |
| Binary | 10100001 | 1000000 | 10101100 | 110 | 111111 | 0 | 100001 | 100100110 | 101110 | 101110 |
Color Harmonies of #A140AC
Complementary color
Monochromatic Colors of #A140AC
Black with #A140AC
Text Example
Text Example
White with #A140AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140AC; }
p { color: rgb(161,64,172); }
H1.HeaderClassName
{
color: #A140AC;
}
.AnyTagClassName
{
color: #A140AC;
}
</style>
background-color css
<style>
a { background-color: #A140AC; }
a { background-color: rgb(161,64,172); }
div.DivClassName
{
background-color: #A140AC;
}
.BgClassName
{
background-color: #A140AC;
}
</style>
border-color css
<style>
span { border-color: #A140AC; }
span { border-color: rgb(161,64,172); }
td.TdClassName
{
border-color: #A140AC;
}
.TagClassName
{
border-color: #A140AC;
}
</style>