Shades of Deep Lilac #AD5FBE
Tints of Deep Lilac #AD5FBE
RGB
CMYK
RGB Variations
Color information
#AD5FBE (or 0xAD5FBE) is known color: Deep Lilac. HEX triplet: AD, 5F and BE. RGB value is (173,95,190). Sum of RGB (Red+Green+Blue) = 173+95+190=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD5FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FBE is #52A041. Grayscale: #808080. Windows color (decimal): -5414978 or 12476333. OLE color: 12476333.
HSL color Cylindrical-coordinate representation of color #AD5FBE: hue angle of 289.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5FBE is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 95 | 190 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.25 |
| HSL | 289.26º | 0.42% | 0.56% | - |
| HSV(B) | 289.26º | 0.5% | 0.75% | - |
| XYZ | 30.62 | 20.79 | 51.11 | - |
| YUV | 129.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 190 | 0.09 | 0.5 | 0 | 0.25 | 289.26 | 0.42 | 0.56 |
| Hex | AD | 5F | BE | 9 | 32 | 0 | 19 | 121 | 2A | 38 |
| Octal | 255 | 137 | 276 | 11 | 62 | 0 | 31 | 441 | 52 | 70 |
| Binary | 10101101 | 1011111 | 10111110 | 1001 | 110010 | 0 | 11001 | 100100001 | 101010 | 111000 |
Color Harmonies of #AD5FBE
Complementary color
Monochromatic Colors of #AD5FBE
Black with #AD5FBE
Text Example
Text Example
White with #AD5FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FBE; }
p { color: rgb(173,95,190); }
H1.HeaderClassName
{
color: #AD5FBE;
}
.AnyTagClassName
{
color: #AD5FBE;
}
</style>
background-color css
<style>
a { background-color: #AD5FBE; }
a { background-color: rgb(173,95,190); }
div.DivClassName
{
background-color: #AD5FBE;
}
.BgClassName
{
background-color: #AD5FBE;
}
</style>
border-color css
<style>
span { border-color: #AD5FBE; }
span { border-color: rgb(173,95,190); }
td.TdClassName
{
border-color: #AD5FBE;
}
.TagClassName
{
border-color: #AD5FBE;
}
</style>