Shades of Deep Lilac #AD6BBB
Tints of Deep Lilac #AD6BBB
RGB
CMYK
RGB Variations
Color information
#AD6BBB (or 0xAD6BBB) is known color: Deep Lilac. HEX triplet: AD, 6B and BB. RGB value is (173,107,187). Sum of RGB (Red+Green+Blue) = 173+107+187=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD6BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BBB is #529444. Grayscale: #878787. Windows color (decimal): -5411909 or 12282797. OLE color: 12282797.
HSL color Cylindrical-coordinate representation of color #AD6BBB: hue angle of 289.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6BBB is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 107 | 187 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.27 |
| HSL | 289.5º | 0.37% | 0.58% | - |
| HSV(B) | 289.5º | 0.43% | 0.73% | - |
| XYZ | 31.46 | 22.99 | 49.79 | - |
| YUV | 135.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 187 | 0.07 | 0.43 | 0 | 0.27 | 289.5 | 0.37 | 0.58 |
| Hex | AD | 6B | BB | 7 | 2B | 0 | 1B | 122 | 25 | 3A |
| Octal | 255 | 153 | 273 | 7 | 53 | 0 | 33 | 442 | 45 | 72 |
| Binary | 10101101 | 1101011 | 10111011 | 111 | 101011 | 0 | 11011 | 100100010 | 100101 | 111010 |
Color Harmonies of #AD6BBB
Complementary color
Monochromatic Colors of #AD6BBB
Black with #AD6BBB
Text Example
Text Example
White with #AD6BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BBB; }
p { color: rgb(173,107,187); }
H1.HeaderClassName
{
color: #AD6BBB;
}
.AnyTagClassName
{
color: #AD6BBB;
}
</style>
background-color css
<style>
a { background-color: #AD6BBB; }
a { background-color: rgb(173,107,187); }
div.DivClassName
{
background-color: #AD6BBB;
}
.BgClassName
{
background-color: #AD6BBB;
}
</style>
border-color css
<style>
span { border-color: #AD6BBB; }
span { border-color: rgb(173,107,187); }
td.TdClassName
{
border-color: #AD6BBB;
}
.TagClassName
{
border-color: #AD6BBB;
}
</style>