Shades of Deep Lilac #AD6DBA
Tints of Deep Lilac #AD6DBA
RGB
CMYK
RGB Variations
Color information
#AD6DBA (or 0xAD6DBA) is known color: Deep Lilac. HEX triplet: AD, 6D and BA. RGB value is (173,109,186). Sum of RGB (Red+Green+Blue) = 173+109+186=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DBA is #529245. Grayscale: #888888. Windows color (decimal): -5411398 or 12217773. OLE color: 12217773.
HSL color Cylindrical-coordinate representation of color #AD6DBA: hue angle of 289.87º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6DBA is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 109 | 186 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.27 |
| HSL | 289.87º | 0.36% | 0.58% | - |
| HSV(B) | 289.87º | 0.41% | 0.73% | - |
| XYZ | 31.57 | 23.37 | 49.3 | - |
| YUV | 136.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 186 | 0.07 | 0.41 | 0 | 0.27 | 289.87 | 0.36 | 0.58 |
| Hex | AD | 6D | BA | 7 | 29 | 0 | 1B | 122 | 24 | 3A |
| Octal | 255 | 155 | 272 | 7 | 51 | 0 | 33 | 442 | 44 | 72 |
| Binary | 10101101 | 1101101 | 10111010 | 111 | 101001 | 0 | 11011 | 100100010 | 100100 | 111010 |
Color Harmonies of #AD6DBA
Complementary color
Monochromatic Colors of #AD6DBA
Black with #AD6DBA
Text Example
Text Example
White with #AD6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DBA; }
p { color: rgb(173,109,186); }
H1.HeaderClassName
{
color: #AD6DBA;
}
.AnyTagClassName
{
color: #AD6DBA;
}
</style>
background-color css
<style>
a { background-color: #AD6DBA; }
a { background-color: rgb(173,109,186); }
div.DivClassName
{
background-color: #AD6DBA;
}
.BgClassName
{
background-color: #AD6DBA;
}
</style>
border-color css
<style>
span { border-color: #AD6DBA; }
span { border-color: rgb(173,109,186); }
td.TdClassName
{
border-color: #AD6DBA;
}
.TagClassName
{
border-color: #AD6DBA;
}
</style>