Shades of Deep Lilac #AD5BBD
Tints of Deep Lilac #AD5BBD
RGB
CMYK
RGB Variations
Color information
#AD5BBD (or 0xAD5BBD) is known color: Deep Lilac. HEX triplet: AD, 5B and BD. RGB value is (173,91,189). Sum of RGB (Red+Green+Blue) = 173+91+189=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD5BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BBD is #52A442. Grayscale: #7E7E7E. Windows color (decimal): -5416003 or 12409773. OLE color: 12409773.
HSL color Cylindrical-coordinate representation of color #AD5BBD: hue angle of 290.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5BBD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 91 | 189 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.26 |
| HSL | 290.2º | 0.43% | 0.55% | - |
| HSV(B) | 290.2º | 0.52% | 0.74% | - |
| XYZ | 30.16 | 20.04 | 50.42 | - |
| YUV | 126.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 189 | 0.08 | 0.52 | 0 | 0.26 | 290.2 | 0.43 | 0.55 |
| Hex | AD | 5B | BD | 8 | 34 | 0 | 1A | 122 | 2B | 37 |
| Octal | 255 | 133 | 275 | 10 | 64 | 0 | 32 | 442 | 53 | 67 |
| Binary | 10101101 | 1011011 | 10111101 | 1000 | 110100 | 0 | 11010 | 100100010 | 101011 | 110111 |
Color Harmonies of #AD5BBD
Complementary color
Monochromatic Colors of #AD5BBD
Black with #AD5BBD
Text Example
Text Example
White with #AD5BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BBD; }
p { color: rgb(173,91,189); }
H1.HeaderClassName
{
color: #AD5BBD;
}
.AnyTagClassName
{
color: #AD5BBD;
}
</style>
background-color css
<style>
a { background-color: #AD5BBD; }
a { background-color: rgb(173,91,189); }
div.DivClassName
{
background-color: #AD5BBD;
}
.BgClassName
{
background-color: #AD5BBD;
}
</style>
border-color css
<style>
span { border-color: #AD5BBD; }
span { border-color: rgb(173,91,189); }
td.TdClassName
{
border-color: #AD5BBD;
}
.TagClassName
{
border-color: #AD5BBD;
}
</style>