Shades of Deep Lilac #A63EAE
Tints of Deep Lilac #A63EAE
RGB
CMYK
RGB Variations
Color information
#A63EAE (or 0xA63EAE) is known color: Deep Lilac. HEX triplet: A6, 3E and AE. RGB value is (166,62,174). Sum of RGB (Red+Green+Blue) = 166+62+174=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #A63EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63EAE is #59C151. Grayscale: #696969. Windows color (decimal): -5882194 or 11419302. OLE color: 11419302.
HSL color Cylindrical-coordinate representation of color #A63EAE: hue angle of 295.71º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63EAE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 62 | 174 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.32 |
| HSL | 295.71º | 0.47% | 0.46% | - |
| HSV(B) | 295.71º | 0.64% | 0.68% | - |
| XYZ | 25.09 | 14.61 | 41.54 | - |
| YUV | 105.86 | 166.46 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 174 | 0.05 | 0.64 | 0 | 0.32 | 295.71 | 0.47 | 0.46 |
| Hex | A6 | 3E | AE | 5 | 40 | 0 | 20 | 128 | 2F | 2E |
| Octal | 246 | 76 | 256 | 5 | 100 | 0 | 40 | 450 | 57 | 56 |
| Binary | 10100110 | 111110 | 10101110 | 101 | 1000000 | 0 | 100000 | 100101000 | 101111 | 101110 |
Color Harmonies of #A63EAE
Complementary color
Monochromatic Colors of #A63EAE
Black with #A63EAE
Text Example
Text Example
White with #A63EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63EAE; }
p { color: rgb(166,62,174); }
H1.HeaderClassName
{
color: #A63EAE;
}
.AnyTagClassName
{
color: #A63EAE;
}
</style>
background-color css
<style>
a { background-color: #A63EAE; }
a { background-color: rgb(166,62,174); }
div.DivClassName
{
background-color: #A63EAE;
}
.BgClassName
{
background-color: #A63EAE;
}
</style>
border-color css
<style>
span { border-color: #A63EAE; }
span { border-color: rgb(166,62,174); }
td.TdClassName
{
border-color: #A63EAE;
}
.TagClassName
{
border-color: #A63EAE;
}
</style>