Shades of Deep Lilac #A63DB2
Tints of Deep Lilac #A63DB2
RGB
CMYK
RGB Variations
Color information
#A63DB2 (or 0xA63DB2) is known color: Deep Lilac. HEX triplet: A6, 3D and B2. RGB value is (166,61,178). Sum of RGB (Red+Green+Blue) = 166+61+178=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #A63DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63DB2 is #59C24D. Grayscale: #696969. Windows color (decimal): -5882446 or 11681190. OLE color: 11681190.
HSL color Cylindrical-coordinate representation of color #A63DB2: hue angle of 293.85º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63DB2 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 61 | 178 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.30 |
| HSL | 293.85º | 0.49% | 0.47% | - |
| HSV(B) | 293.85º | 0.66% | 0.7% | - |
| XYZ | 25.43 | 14.66 | 43.61 | - |
| YUV | 105.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 178 | 0.07 | 0.66 | 0 | 0.30 | 293.85 | 0.49 | 0.47 |
| Hex | A6 | 3D | B2 | 7 | 42 | 0 | 1E | 126 | 31 | 2F |
| Octal | 246 | 75 | 262 | 7 | 102 | 0 | 36 | 446 | 61 | 57 |
| Binary | 10100110 | 111101 | 10110010 | 111 | 1000010 | 0 | 11110 | 100100110 | 110001 | 101111 |
Color Harmonies of #A63DB2
Complementary color
Monochromatic Colors of #A63DB2
Black with #A63DB2
Text Example
Text Example
White with #A63DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DB2; }
p { color: rgb(166,61,178); }
H1.HeaderClassName
{
color: #A63DB2;
}
.AnyTagClassName
{
color: #A63DB2;
}
</style>
background-color css
<style>
a { background-color: #A63DB2; }
a { background-color: rgb(166,61,178); }
div.DivClassName
{
background-color: #A63DB2;
}
.BgClassName
{
background-color: #A63DB2;
}
</style>
border-color css
<style>
span { border-color: #A63DB2; }
span { border-color: rgb(166,61,178); }
td.TdClassName
{
border-color: #A63DB2;
}
.TagClassName
{
border-color: #A63DB2;
}
</style>