Shades of Deep Lilac #AD66BD
Tints of Deep Lilac #AD66BD
RGB
CMYK
RGB Variations
Color information
#AD66BD (or 0xAD66BD) is known color: Deep Lilac. HEX triplet: AD, 66 and BD. RGB value is (173,102,189). Sum of RGB (Red+Green+Blue) = 173+102+189=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD66BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66BD is #529942. Grayscale: #848484. Windows color (decimal): -5413187 or 12412589. OLE color: 12412589.
HSL color Cylindrical-coordinate representation of color #AD66BD: hue angle of 288.97º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD66BD is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 102 | 189 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.26 |
| HSL | 288.97º | 0.4% | 0.57% | - |
| HSV(B) | 288.97º | 0.46% | 0.74% | - |
| XYZ | 31.17 | 22.06 | 50.76 | - |
| YUV | 133.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 189 | 0.08 | 0.46 | 0 | 0.26 | 288.97 | 0.4 | 0.57 |
| Hex | AD | 66 | BD | 8 | 2E | 0 | 1A | 121 | 28 | 39 |
| Octal | 255 | 146 | 275 | 10 | 56 | 0 | 32 | 441 | 50 | 71 |
| Binary | 10101101 | 1100110 | 10111101 | 1000 | 101110 | 0 | 11010 | 100100001 | 101000 | 111001 |
Color Harmonies of #AD66BD
Complementary color
Monochromatic Colors of #AD66BD
Black with #AD66BD
Text Example
Text Example
White with #AD66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66BD; }
p { color: rgb(173,102,189); }
H1.HeaderClassName
{
color: #AD66BD;
}
.AnyTagClassName
{
color: #AD66BD;
}
</style>
background-color css
<style>
a { background-color: #AD66BD; }
a { background-color: rgb(173,102,189); }
div.DivClassName
{
background-color: #AD66BD;
}
.BgClassName
{
background-color: #AD66BD;
}
</style>
border-color css
<style>
span { border-color: #AD66BD; }
span { border-color: rgb(173,102,189); }
td.TdClassName
{
border-color: #AD66BD;
}
.TagClassName
{
border-color: #AD66BD;
}
</style>