Shades of Deep Lilac #A63BAE
Tints of Deep Lilac #A63BAE
RGB
CMYK
RGB Variations
Color information
#A63BAE (or 0xA63BAE) is known color: Deep Lilac. HEX triplet: A6, 3B and AE. RGB value is (166,59,174). Sum of RGB (Red+Green+Blue) = 166+59+174=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #A63BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63BAE is #59C451. Grayscale: #676767. Windows color (decimal): -5882962 or 11418534. OLE color: 11418534.
HSL color Cylindrical-coordinate representation of color #A63BAE: hue angle of 295.83º 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 #A63BAE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 59 | 174 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.32 |
| HSL | 295.83º | 0.49% | 0.46% | - |
| HSV(B) | 295.83º | 0.66% | 0.68% | - |
| XYZ | 24.93 | 14.29 | 41.49 | - |
| YUV | 104.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 174 | 0.05 | 0.66 | 0 | 0.32 | 295.83 | 0.49 | 0.46 |
| Hex | A6 | 3B | AE | 5 | 42 | 0 | 20 | 128 | 31 | 2E |
| Octal | 246 | 73 | 256 | 5 | 102 | 0 | 40 | 450 | 61 | 56 |
| Binary | 10100110 | 111011 | 10101110 | 101 | 1000010 | 0 | 100000 | 100101000 | 110001 | 101110 |
Color Harmonies of #A63BAE
Complementary color
Monochromatic Colors of #A63BAE
Black with #A63BAE
Text Example
Text Example
White with #A63BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BAE; }
p { color: rgb(166,59,174); }
H1.HeaderClassName
{
color: #A63BAE;
}
.AnyTagClassName
{
color: #A63BAE;
}
</style>
background-color css
<style>
a { background-color: #A63BAE; }
a { background-color: rgb(166,59,174); }
div.DivClassName
{
background-color: #A63BAE;
}
.BgClassName
{
background-color: #A63BAE;
}
</style>
border-color css
<style>
span { border-color: #A63BAE; }
span { border-color: rgb(166,59,174); }
td.TdClassName
{
border-color: #A63BAE;
}
.TagClassName
{
border-color: #A63BAE;
}
</style>