Shades of Deep Lilac #A63CAE
Tints of Deep Lilac #A63CAE
RGB
CMYK
RGB Variations
Color information
#A63CAE (or 0xA63CAE) is known color: Deep Lilac. HEX triplet: A6, 3C and AE. RGB value is (166,60,174). Sum of RGB (Red+Green+Blue) = 166+60+174=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 60 (23.83% from 255 or 15% 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 #A63CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63CAE is #59C351. Grayscale: #686868. Windows color (decimal): -5882706 or 11418790. OLE color: 11418790.
HSL color Cylindrical-coordinate representation of color #A63CAE: hue angle of 295.79º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63CAE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 60 | 174 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.32 |
| HSL | 295.79º | 0.49% | 0.46% | - |
| HSV(B) | 295.79º | 0.66% | 0.68% | - |
| XYZ | 24.98 | 14.39 | 41.51 | - |
| YUV | 104.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 174 | 0.05 | 0.66 | 0 | 0.32 | 295.79 | 0.49 | 0.46 |
| Hex | A6 | 3C | AE | 5 | 42 | 0 | 20 | 128 | 31 | 2E |
| Octal | 246 | 74 | 256 | 5 | 102 | 0 | 40 | 450 | 61 | 56 |
| Binary | 10100110 | 111100 | 10101110 | 101 | 1000010 | 0 | 100000 | 100101000 | 110001 | 101110 |
Color Harmonies of #A63CAE
Complementary color
Monochromatic Colors of #A63CAE
Black with #A63CAE
Text Example
Text Example
White with #A63CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CAE; }
p { color: rgb(166,60,174); }
H1.HeaderClassName
{
color: #A63CAE;
}
.AnyTagClassName
{
color: #A63CAE;
}
</style>
background-color css
<style>
a { background-color: #A63CAE; }
a { background-color: rgb(166,60,174); }
div.DivClassName
{
background-color: #A63CAE;
}
.BgClassName
{
background-color: #A63CAE;
}
</style>
border-color css
<style>
span { border-color: #A63CAE; }
span { border-color: rgb(166,60,174); }
td.TdClassName
{
border-color: #A63CAE;
}
.TagClassName
{
border-color: #A63CAE;
}
</style>