Shades of Deep Lilac #A63DAF
Tints of Deep Lilac #A63DAF
RGB
CMYK
RGB Variations
Color information
#A63DAF (or 0xA63DAF) is known color: Deep Lilac. HEX triplet: A6, 3D and AF. RGB value is (166,61,175). Sum of RGB (Red+Green+Blue) = 166+61+175=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #A63DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63DAF is #59C250. Grayscale: #696969. Windows color (decimal): -5882449 or 11484582. OLE color: 11484582.
HSL color Cylindrical-coordinate representation of color #A63DAF: hue angle of 295.26º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63DAF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 61 | 175 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.31 |
| HSL | 295.26º | 0.48% | 0.46% | - |
| HSV(B) | 295.26º | 0.65% | 0.69% | - |
| XYZ | 25.13 | 14.54 | 42.04 | - |
| YUV | 105.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 175 | 0.05 | 0.65 | 0 | 0.31 | 295.26 | 0.48 | 0.46 |
| Hex | A6 | 3D | AF | 5 | 41 | 0 | 1F | 127 | 30 | 2E |
| Octal | 246 | 75 | 257 | 5 | 101 | 0 | 37 | 447 | 60 | 56 |
| Binary | 10100110 | 111101 | 10101111 | 101 | 1000001 | 0 | 11111 | 100100111 | 110000 | 101110 |
Color Harmonies of #A63DAF
Complementary color
Monochromatic Colors of #A63DAF
Black with #A63DAF
Text Example
Text Example
White with #A63DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DAF; }
p { color: rgb(166,61,175); }
H1.HeaderClassName
{
color: #A63DAF;
}
.AnyTagClassName
{
color: #A63DAF;
}
</style>
background-color css
<style>
a { background-color: #A63DAF; }
a { background-color: rgb(166,61,175); }
div.DivClassName
{
background-color: #A63DAF;
}
.BgClassName
{
background-color: #A63DAF;
}
</style>
border-color css
<style>
span { border-color: #A63DAF; }
span { border-color: rgb(166,61,175); }
td.TdClassName
{
border-color: #A63DAF;
}
.TagClassName
{
border-color: #A63DAF;
}
</style>