Shades of Deep Lilac #A246AE
Tints of Deep Lilac #A246AE
RGB
CMYK
RGB Variations
Color information
#A246AE (or 0xA246AE) is known color: Deep Lilac. HEX triplet: A2, 46 and AE. RGB value is (162,70,174). Sum of RGB (Red+Green+Blue) = 162+70+174=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #A246AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A246AE is #5DB951. Grayscale: #6D6D6D. Windows color (decimal): -6142290 or 11421346. OLE color: 11421346.
HSL color Cylindrical-coordinate representation of color #A246AE: hue angle of 293.08º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A246AE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 70 | 174 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.32 |
| HSL | 293.08º | 0.43% | 0.48% | - |
| HSV(B) | 293.08º | 0.6% | 0.68% | - |
| XYZ | 24.73 | 15.12 | 41.66 | - |
| YUV | 109.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 174 | 0.07 | 0.60 | 0 | 0.32 | 293.08 | 0.43 | 0.48 |
| Hex | A2 | 46 | AE | 7 | 3C | 0 | 20 | 125 | 2B | 30 |
| Octal | 242 | 106 | 256 | 7 | 74 | 0 | 40 | 445 | 53 | 60 |
| Binary | 10100010 | 1000110 | 10101110 | 111 | 111100 | 0 | 100000 | 100100101 | 101011 | 110000 |
Color Harmonies of #A246AE
Complementary color
Monochromatic Colors of #A246AE
Black with #A246AE
Text Example
Text Example
White with #A246AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A246AE; }
p { color: rgb(162,70,174); }
H1.HeaderClassName
{
color: #A246AE;
}
.AnyTagClassName
{
color: #A246AE;
}
</style>
background-color css
<style>
a { background-color: #A246AE; }
a { background-color: rgb(162,70,174); }
div.DivClassName
{
background-color: #A246AE;
}
.BgClassName
{
background-color: #A246AE;
}
</style>
border-color css
<style>
span { border-color: #A246AE; }
span { border-color: rgb(162,70,174); }
td.TdClassName
{
border-color: #A246AE;
}
.TagClassName
{
border-color: #A246AE;
}
</style>