Shades of Deep Lilac #A040AD
Tints of Deep Lilac #A040AD
RGB
CMYK
RGB Variations
Color information
#A040AD (or 0xA040AD) is known color: Deep Lilac. HEX triplet: A0, 40 and AD. RGB value is (160,64,173). Sum of RGB (Red+Green+Blue) = 160+64+173=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #A040AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A040AD is #5FBF52. Grayscale: #686868. Windows color (decimal): -6274899 or 11354272. OLE color: 11354272.
HSL color Cylindrical-coordinate representation of color #A040AD: hue angle of 292.84º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A040AD is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 64 | 173 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.32 |
| HSL | 292.84º | 0.46% | 0.46% | - |
| HSV(B) | 292.84º | 0.63% | 0.68% | - |
| XYZ | 23.87 | 14.16 | 41.01 | - |
| YUV | 105.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 173 | 0.08 | 0.63 | 0 | 0.32 | 292.84 | 0.46 | 0.46 |
| Hex | A0 | 40 | AD | 8 | 3F | 0 | 20 | 125 | 2E | 2E |
| Octal | 240 | 100 | 255 | 10 | 77 | 0 | 40 | 445 | 56 | 56 |
| Binary | 10100000 | 1000000 | 10101101 | 1000 | 111111 | 0 | 100000 | 100100101 | 101110 | 101110 |
Color Harmonies of #A040AD
Complementary color
Monochromatic Colors of #A040AD
Black with #A040AD
Text Example
Text Example
White with #A040AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040AD; }
p { color: rgb(160,64,173); }
H1.HeaderClassName
{
color: #A040AD;
}
.AnyTagClassName
{
color: #A040AD;
}
</style>
background-color css
<style>
a { background-color: #A040AD; }
a { background-color: rgb(160,64,173); }
div.DivClassName
{
background-color: #A040AD;
}
.BgClassName
{
background-color: #A040AD;
}
</style>
border-color css
<style>
span { border-color: #A040AD; }
span { border-color: rgb(160,64,173); }
td.TdClassName
{
border-color: #A040AD;
}
.TagClassName
{
border-color: #A040AD;
}
</style>