Shades of Deep Lilac #AD65BB
Tints of Deep Lilac #AD65BB
RGB
CMYK
RGB Variations
Color information
#AD65BB (or 0xAD65BB) is known color: Deep Lilac. HEX triplet: AD, 65 and BB. RGB value is (173,101,187). Sum of RGB (Red+Green+Blue) = 173+101+187=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD65BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65BB is #529A44. Grayscale: #848484. Windows color (decimal): -5413445 or 12281261. OLE color: 12281261.
HSL color Cylindrical-coordinate representation of color #AD65BB: hue angle of 290.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD65BB is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 101 | 187 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.27 |
| HSL | 290.23º | 0.39% | 0.56% | - |
| HSV(B) | 290.23º | 0.46% | 0.73% | - |
| XYZ | 30.86 | 21.78 | 49.59 | - |
| YUV | 132.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 187 | 0.07 | 0.46 | 0 | 0.27 | 290.23 | 0.39 | 0.56 |
| Hex | AD | 65 | BB | 7 | 2E | 0 | 1B | 122 | 27 | 38 |
| Octal | 255 | 145 | 273 | 7 | 56 | 0 | 33 | 442 | 47 | 70 |
| Binary | 10101101 | 1100101 | 10111011 | 111 | 101110 | 0 | 11011 | 100100010 | 100111 | 111000 |
Color Harmonies of #AD65BB
Complementary color
Monochromatic Colors of #AD65BB
Black with #AD65BB
Text Example
Text Example
White with #AD65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65BB; }
p { color: rgb(173,101,187); }
H1.HeaderClassName
{
color: #AD65BB;
}
.AnyTagClassName
{
color: #AD65BB;
}
</style>
background-color css
<style>
a { background-color: #AD65BB; }
a { background-color: rgb(173,101,187); }
div.DivClassName
{
background-color: #AD65BB;
}
.BgClassName
{
background-color: #AD65BB;
}
</style>
border-color css
<style>
span { border-color: #AD65BB; }
span { border-color: rgb(173,101,187); }
td.TdClassName
{
border-color: #AD65BB;
}
.TagClassName
{
border-color: #AD65BB;
}
</style>