Shades of Deep Lilac #A040AE
Tints of Deep Lilac #A040AE
RGB
CMYK
RGB Variations
Color information
#A040AE (or 0xA040AE) is known color: Deep Lilac. HEX triplet: A0, 40 and AE. RGB value is (160,64,174). Sum of RGB (Red+Green+Blue) = 160+64+174=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #A040AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A040AE is #5FBF51. Grayscale: #686868. Windows color (decimal): -6274898 or 11419808. OLE color: 11419808.
HSL color Cylindrical-coordinate representation of color #A040AE: hue angle of 292.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A040AE is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 64 | 174 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.32 |
| HSL | 292.36º | 0.46% | 0.47% | - |
| HSV(B) | 292.36º | 0.63% | 0.68% | - |
| XYZ | 23.97 | 14.2 | 41.52 | - |
| YUV | 105.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 174 | 0.08 | 0.63 | 0 | 0.32 | 292.36 | 0.46 | 0.47 |
| Hex | A0 | 40 | AE | 8 | 3F | 0 | 20 | 124 | 2E | 2F |
| Octal | 240 | 100 | 256 | 10 | 77 | 0 | 40 | 444 | 56 | 57 |
| Binary | 10100000 | 1000000 | 10101110 | 1000 | 111111 | 0 | 100000 | 100100100 | 101110 | 101111 |
Color Harmonies of #A040AE
Complementary color
Monochromatic Colors of #A040AE
Black with #A040AE
Text Example
Text Example
White with #A040AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040AE; }
p { color: rgb(160,64,174); }
H1.HeaderClassName
{
color: #A040AE;
}
.AnyTagClassName
{
color: #A040AE;
}
</style>
background-color css
<style>
a { background-color: #A040AE; }
a { background-color: rgb(160,64,174); }
div.DivClassName
{
background-color: #A040AE;
}
.BgClassName
{
background-color: #A040AE;
}
</style>
border-color css
<style>
span { border-color: #A040AE; }
span { border-color: rgb(160,64,174); }
td.TdClassName
{
border-color: #A040AE;
}
.TagClassName
{
border-color: #A040AE;
}
</style>