Shades of Deep Lilac #AD63BB
Tints of Deep Lilac #AD63BB
RGB
CMYK
RGB Variations
Color information
#AD63BB (or 0xAD63BB) is known color: Deep Lilac. HEX triplet: AD, 63 and BB. RGB value is (173,99,187). Sum of RGB (Red+Green+Blue) = 173+99+187=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD63BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63BB is #529C44. Grayscale: #828282. Windows color (decimal): -5413957 or 12280749. OLE color: 12280749.
HSL color Cylindrical-coordinate representation of color #AD63BB: hue angle of 290.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD63BB is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 99 | 187 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.27 |
| HSL | 290.45º | 0.39% | 0.56% | - |
| HSV(B) | 290.45º | 0.47% | 0.73% | - |
| XYZ | 30.67 | 21.4 | 49.53 | - |
| YUV | 131.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 187 | 0.07 | 0.47 | 0 | 0.27 | 290.45 | 0.39 | 0.56 |
| Hex | AD | 63 | BB | 7 | 2F | 0 | 1B | 122 | 27 | 38 |
| Octal | 255 | 143 | 273 | 7 | 57 | 0 | 33 | 442 | 47 | 70 |
| Binary | 10101101 | 1100011 | 10111011 | 111 | 101111 | 0 | 11011 | 100100010 | 100111 | 111000 |
Color Harmonies of #AD63BB
Complementary color
Monochromatic Colors of #AD63BB
Black with #AD63BB
Text Example
Text Example
White with #AD63BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63BB; }
p { color: rgb(173,99,187); }
H1.HeaderClassName
{
color: #AD63BB;
}
.AnyTagClassName
{
color: #AD63BB;
}
</style>
background-color css
<style>
a { background-color: #AD63BB; }
a { background-color: rgb(173,99,187); }
div.DivClassName
{
background-color: #AD63BB;
}
.BgClassName
{
background-color: #AD63BB;
}
</style>
border-color css
<style>
span { border-color: #AD63BB; }
span { border-color: rgb(173,99,187); }
td.TdClassName
{
border-color: #AD63BB;
}
.TagClassName
{
border-color: #AD63BB;
}
</style>