Shades of Deep Lilac #A63EB0
Tints of Deep Lilac #A63EB0
RGB
CMYK
RGB Variations
Color information
#A63EB0 (or 0xA63EB0) is known color: Deep Lilac. HEX triplet: A6, 3E and B0. RGB value is (166,62,176). Sum of RGB (Red+Green+Blue) = 166+62+176=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #A63EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63EB0 is #59C14F. Grayscale: #696969. Windows color (decimal): -5882192 or 11550374. OLE color: 11550374.
HSL color Cylindrical-coordinate representation of color #A63EB0: hue angle of 294.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63EB0 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 62 | 176 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.31 |
| HSL | 294.74º | 0.48% | 0.47% | - |
| HSV(B) | 294.74º | 0.65% | 0.69% | - |
| XYZ | 25.28 | 14.69 | 42.58 | - |
| YUV | 106.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 176 | 0.06 | 0.65 | 0 | 0.31 | 294.74 | 0.48 | 0.47 |
| Hex | A6 | 3E | B0 | 6 | 41 | 0 | 1F | 127 | 30 | 2F |
| Octal | 246 | 76 | 260 | 6 | 101 | 0 | 37 | 447 | 60 | 57 |
| Binary | 10100110 | 111110 | 10110000 | 110 | 1000001 | 0 | 11111 | 100100111 | 110000 | 101111 |
Color Harmonies of #A63EB0
Complementary color
Monochromatic Colors of #A63EB0
Black with #A63EB0
Text Example
Text Example
White with #A63EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63EB0; }
p { color: rgb(166,62,176); }
H1.HeaderClassName
{
color: #A63EB0;
}
.AnyTagClassName
{
color: #A63EB0;
}
</style>
background-color css
<style>
a { background-color: #A63EB0; }
a { background-color: rgb(166,62,176); }
div.DivClassName
{
background-color: #A63EB0;
}
.BgClassName
{
background-color: #A63EB0;
}
</style>
border-color css
<style>
span { border-color: #A63EB0; }
span { border-color: rgb(166,62,176); }
td.TdClassName
{
border-color: #A63EB0;
}
.TagClassName
{
border-color: #A63EB0;
}
</style>