Shades of Deep Lilac #AD6BBA
Tints of Deep Lilac #AD6BBA
RGB
CMYK
RGB Variations
Color information
#AD6BBA (or 0xAD6BBA) is known color: Deep Lilac. HEX triplet: AD, 6B and BA. RGB value is (173,107,186). Sum of RGB (Red+Green+Blue) = 173+107+186=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BBA is #529445. Grayscale: #878787. Windows color (decimal): -5411910 or 12217261. OLE color: 12217261.
HSL color Cylindrical-coordinate representation of color #AD6BBA: hue angle of 290.13º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6BBA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 107 | 186 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.27 |
| HSL | 290.13º | 0.36% | 0.57% | - |
| HSV(B) | 290.13º | 0.42% | 0.73% | - |
| XYZ | 31.35 | 22.94 | 49.23 | - |
| YUV | 135.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 186 | 0.07 | 0.42 | 0 | 0.27 | 290.13 | 0.36 | 0.57 |
| Hex | AD | 6B | BA | 7 | 2A | 0 | 1B | 122 | 24 | 39 |
| Octal | 255 | 153 | 272 | 7 | 52 | 0 | 33 | 442 | 44 | 71 |
| Binary | 10101101 | 1101011 | 10111010 | 111 | 101010 | 0 | 11011 | 100100010 | 100100 | 111001 |
Color Harmonies of #AD6BBA
Complementary color
Monochromatic Colors of #AD6BBA
Black with #AD6BBA
Text Example
Text Example
White with #AD6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BBA; }
p { color: rgb(173,107,186); }
H1.HeaderClassName
{
color: #AD6BBA;
}
.AnyTagClassName
{
color: #AD6BBA;
}
</style>
background-color css
<style>
a { background-color: #AD6BBA; }
a { background-color: rgb(173,107,186); }
div.DivClassName
{
background-color: #AD6BBA;
}
.BgClassName
{
background-color: #AD6BBA;
}
</style>
border-color css
<style>
span { border-color: #AD6BBA; }
span { border-color: rgb(173,107,186); }
td.TdClassName
{
border-color: #AD6BBA;
}
.TagClassName
{
border-color: #AD6BBA;
}
</style>