Shades of Deep Lilac #AD67BD
Tints of Deep Lilac #AD67BD
RGB
CMYK
RGB Variations
Color information
#AD67BD (or 0xAD67BD) is known color: Deep Lilac. HEX triplet: AD, 67 and BD. RGB value is (173,103,189). Sum of RGB (Red+Green+Blue) = 173+103+189=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD67BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67BD is #529842. Grayscale: #858585. Windows color (decimal): -5412931 or 12412845. OLE color: 12412845.
HSL color Cylindrical-coordinate representation of color #AD67BD: hue angle of 288.84º 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 #AD67BD is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 103 | 189 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.26 |
| HSL | 288.84º | 0.39% | 0.57% | - |
| HSV(B) | 288.84º | 0.46% | 0.74% | - |
| XYZ | 31.27 | 22.26 | 50.79 | - |
| YUV | 133.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 189 | 0.08 | 0.46 | 0 | 0.26 | 288.84 | 0.39 | 0.57 |
| Hex | AD | 67 | BD | 8 | 2E | 0 | 1A | 121 | 27 | 39 |
| Octal | 255 | 147 | 275 | 10 | 56 | 0 | 32 | 441 | 47 | 71 |
| Binary | 10101101 | 1100111 | 10111101 | 1000 | 101110 | 0 | 11010 | 100100001 | 100111 | 111001 |
Color Harmonies of #AD67BD
Complementary color
Monochromatic Colors of #AD67BD
Black with #AD67BD
Text Example
Text Example
White with #AD67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67BD; }
p { color: rgb(173,103,189); }
H1.HeaderClassName
{
color: #AD67BD;
}
.AnyTagClassName
{
color: #AD67BD;
}
</style>
background-color css
<style>
a { background-color: #AD67BD; }
a { background-color: rgb(173,103,189); }
div.DivClassName
{
background-color: #AD67BD;
}
.BgClassName
{
background-color: #AD67BD;
}
</style>
border-color css
<style>
span { border-color: #AD67BD; }
span { border-color: rgb(173,103,189); }
td.TdClassName
{
border-color: #AD67BD;
}
.TagClassName
{
border-color: #AD67BD;
}
</style>