Shades of Deep Lilac #AD66BC
Tints of Deep Lilac #AD66BC
RGB
CMYK
RGB Variations
Color information
#AD66BC (or 0xAD66BC) is known color: Deep Lilac. HEX triplet: AD, 66 and BC. RGB value is (173,102,188). Sum of RGB (Red+Green+Blue) = 173+102+188=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66BC is #529943. Grayscale: #848484. Windows color (decimal): -5413188 or 12347053. OLE color: 12347053.
HSL color Cylindrical-coordinate representation of color #AD66BC: hue angle of 289.53º degrees, saturation: 0.39, 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 #AD66BC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 102 | 188 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.26 |
| HSL | 289.53º | 0.39% | 0.57% | - |
| HSV(B) | 289.53º | 0.46% | 0.74% | - |
| XYZ | 31.06 | 22.02 | 50.19 | - |
| YUV | 133.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 188 | 0.08 | 0.46 | 0 | 0.26 | 289.53 | 0.39 | 0.57 |
| Hex | AD | 66 | BC | 8 | 2E | 0 | 1A | 122 | 27 | 39 |
| Octal | 255 | 146 | 274 | 10 | 56 | 0 | 32 | 442 | 47 | 71 |
| Binary | 10101101 | 1100110 | 10111100 | 1000 | 101110 | 0 | 11010 | 100100010 | 100111 | 111001 |
Color Harmonies of #AD66BC
Complementary color
Monochromatic Colors of #AD66BC
Black with #AD66BC
Text Example
Text Example
White with #AD66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66BC; }
p { color: rgb(173,102,188); }
H1.HeaderClassName
{
color: #AD66BC;
}
.AnyTagClassName
{
color: #AD66BC;
}
</style>
background-color css
<style>
a { background-color: #AD66BC; }
a { background-color: rgb(173,102,188); }
div.DivClassName
{
background-color: #AD66BC;
}
.BgClassName
{
background-color: #AD66BC;
}
</style>
border-color css
<style>
span { border-color: #AD66BC; }
span { border-color: rgb(173,102,188); }
td.TdClassName
{
border-color: #AD66BC;
}
.TagClassName
{
border-color: #AD66BC;
}
</style>