Shades of Deep Lilac #A63BAF
Tints of Deep Lilac #A63BAF
RGB
CMYK
RGB Variations
Color information
#A63BAF (or 0xA63BAF) is known color: Deep Lilac. HEX triplet: A6, 3B and AF. RGB value is (166,59,175). Sum of RGB (Red+Green+Blue) = 166+59+175=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #A63BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63BAF is #59C450. Grayscale: #676767. Windows color (decimal): -5882961 or 11484070. OLE color: 11484070.
HSL color Cylindrical-coordinate representation of color #A63BAF: hue angle of 295.34º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63BAF is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 59 | 175 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.31 |
| HSL | 295.34º | 0.5% | 0.46% | - |
| HSV(B) | 295.34º | 0.66% | 0.69% | - |
| XYZ | 25.03 | 14.33 | 42 | - |
| YUV | 104.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 175 | 0.05 | 0.66 | 0 | 0.31 | 295.34 | 0.5 | 0.46 |
| Hex | A6 | 3B | AF | 5 | 42 | 0 | 1F | 127 | 32 | 2E |
| Octal | 246 | 73 | 257 | 5 | 102 | 0 | 37 | 447 | 62 | 56 |
| Binary | 10100110 | 111011 | 10101111 | 101 | 1000010 | 0 | 11111 | 100100111 | 110010 | 101110 |
Color Harmonies of #A63BAF
Complementary color
Monochromatic Colors of #A63BAF
Black with #A63BAF
Text Example
Text Example
White with #A63BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BAF; }
p { color: rgb(166,59,175); }
H1.HeaderClassName
{
color: #A63BAF;
}
.AnyTagClassName
{
color: #A63BAF;
}
</style>
background-color css
<style>
a { background-color: #A63BAF; }
a { background-color: rgb(166,59,175); }
div.DivClassName
{
background-color: #A63BAF;
}
.BgClassName
{
background-color: #A63BAF;
}
</style>
border-color css
<style>
span { border-color: #A63BAF; }
span { border-color: rgb(166,59,175); }
td.TdClassName
{
border-color: #A63BAF;
}
.TagClassName
{
border-color: #A63BAF;
}
</style>