Shades of Deep Lilac #A240AE
Tints of Deep Lilac #A240AE
RGB
CMYK
RGB Variations
Color information
#A240AE (or 0xA240AE) is known color: Deep Lilac. HEX triplet: A2, 40 and AE. RGB value is (162,64,174). Sum of RGB (Red+Green+Blue) = 162+64+174=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #A240AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A240AE is #5DBF51. Grayscale: #696969. Windows color (decimal): -6143826 or 11419810. OLE color: 11419810.
HSL color Cylindrical-coordinate representation of color #A240AE: hue angle of 293.45º 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 #A240AE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 64 | 174 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.32 |
| HSL | 293.45º | 0.46% | 0.47% | - |
| HSV(B) | 293.45º | 0.63% | 0.68% | - |
| XYZ | 24.37 | 14.4 | 41.54 | - |
| YUV | 105.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 174 | 0.07 | 0.63 | 0 | 0.32 | 293.45 | 0.46 | 0.47 |
| Hex | A2 | 40 | AE | 7 | 3F | 0 | 20 | 125 | 2E | 2F |
| Octal | 242 | 100 | 256 | 7 | 77 | 0 | 40 | 445 | 56 | 57 |
| Binary | 10100010 | 1000000 | 10101110 | 111 | 111111 | 0 | 100000 | 100100101 | 101110 | 101111 |
Color Harmonies of #A240AE
Complementary color
Monochromatic Colors of #A240AE
Black with #A240AE
Text Example
Text Example
White with #A240AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A240AE; }
p { color: rgb(162,64,174); }
H1.HeaderClassName
{
color: #A240AE;
}
.AnyTagClassName
{
color: #A240AE;
}
</style>
background-color css
<style>
a { background-color: #A240AE; }
a { background-color: rgb(162,64,174); }
div.DivClassName
{
background-color: #A240AE;
}
.BgClassName
{
background-color: #A240AE;
}
</style>
border-color css
<style>
span { border-color: #A240AE; }
span { border-color: rgb(162,64,174); }
td.TdClassName
{
border-color: #A240AE;
}
.TagClassName
{
border-color: #A240AE;
}
</style>