Shades of Deep Lilac #A240AD
Tints of Deep Lilac #A240AD
RGB
CMYK
RGB Variations
Color information
#A240AD (or 0xA240AD) is known color: Deep Lilac. HEX triplet: A2, 40 and AD. RGB value is (162,64,173). Sum of RGB (Red+Green+Blue) = 162+64+173=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #A240AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A240AD is #5DBF52. Grayscale: #696969. Windows color (decimal): -6143827 or 11354274. OLE color: 11354274.
HSL color Cylindrical-coordinate representation of color #A240AD: hue angle of 293.94º 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 #A240AD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 64 | 173 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.32 |
| HSL | 293.94º | 0.46% | 0.46% | - |
| HSV(B) | 293.94º | 0.63% | 0.68% | - |
| XYZ | 24.28 | 14.37 | 41.03 | - |
| YUV | 105.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 173 | 0.06 | 0.63 | 0 | 0.32 | 293.94 | 0.46 | 0.46 |
| Hex | A2 | 40 | AD | 6 | 3F | 0 | 20 | 126 | 2E | 2E |
| Octal | 242 | 100 | 255 | 6 | 77 | 0 | 40 | 446 | 56 | 56 |
| Binary | 10100010 | 1000000 | 10101101 | 110 | 111111 | 0 | 100000 | 100100110 | 101110 | 101110 |
Color Harmonies of #A240AD
Complementary color
Monochromatic Colors of #A240AD
Black with #A240AD
Text Example
Text Example
White with #A240AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A240AD; }
p { color: rgb(162,64,173); }
H1.HeaderClassName
{
color: #A240AD;
}
.AnyTagClassName
{
color: #A240AD;
}
</style>
background-color css
<style>
a { background-color: #A240AD; }
a { background-color: rgb(162,64,173); }
div.DivClassName
{
background-color: #A240AD;
}
.BgClassName
{
background-color: #A240AD;
}
</style>
border-color css
<style>
span { border-color: #A240AD; }
span { border-color: rgb(162,64,173); }
td.TdClassName
{
border-color: #A240AD;
}
.TagClassName
{
border-color: #A240AD;
}
</style>