Shades of Deep Lilac #A040AC
Tints of Deep Lilac #A040AC
RGB
CMYK
RGB Variations
Color information
#A040AC (or 0xA040AC) is known color: Deep Lilac. HEX triplet: A0, 40 and AC. RGB value is (160,64,172). Sum of RGB (Red+Green+Blue) = 160+64+172=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #A040AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A040AC is #5FBF53. Grayscale: #686868. Windows color (decimal): -6274900 or 11288736. OLE color: 11288736.
HSL color Cylindrical-coordinate representation of color #A040AC: hue angle of 293.33º 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 #A040AC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 64 | 172 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.33 |
| HSL | 293.33º | 0.46% | 0.46% | - |
| HSV(B) | 293.33º | 0.63% | 0.67% | - |
| XYZ | 23.78 | 14.12 | 40.5 | - |
| YUV | 105.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 172 | 0.07 | 0.63 | 0 | 0.33 | 293.33 | 0.46 | 0.46 |
| Hex | A0 | 40 | AC | 7 | 3F | 0 | 21 | 125 | 2E | 2E |
| Octal | 240 | 100 | 254 | 7 | 77 | 0 | 41 | 445 | 56 | 56 |
| Binary | 10100000 | 1000000 | 10101100 | 111 | 111111 | 0 | 100001 | 100100101 | 101110 | 101110 |
Color Harmonies of #A040AC
Complementary color
Monochromatic Colors of #A040AC
Black with #A040AC
Text Example
Text Example
White with #A040AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040AC; }
p { color: rgb(160,64,172); }
H1.HeaderClassName
{
color: #A040AC;
}
.AnyTagClassName
{
color: #A040AC;
}
</style>
background-color css
<style>
a { background-color: #A040AC; }
a { background-color: rgb(160,64,172); }
div.DivClassName
{
background-color: #A040AC;
}
.BgClassName
{
background-color: #A040AC;
}
</style>
border-color css
<style>
span { border-color: #A040AC; }
span { border-color: rgb(160,64,172); }
td.TdClassName
{
border-color: #A040AC;
}
.TagClassName
{
border-color: #A040AC;
}
</style>