Shades of Biloba Flower #AD9EDD
Tints of Biloba Flower #AD9EDD
RGB
CMYK
RGB Variations
Color information
#AD9EDD (or 0xAD9EDD) is known color: Biloba Flower. HEX triplet: AD, 9E and DD. RGB value is (173,158,221). Sum of RGB (Red+Green+Blue) = 173+158+221=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EDD is #526122. Grayscale: #A9A9A9. Windows color (decimal): -5398819 or 14524077. OLE color: 14524077.
HSL color Cylindrical-coordinate representation of color #AD9EDD: hue angle of 254.29º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9EDD is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 158 | 221 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.13 |
| HSL | 254.29º | 0.48% | 0.74% | - |
| HSV(B) | 254.29º | 0.29% | 0.87% | - |
| XYZ | 42.51 | 38.56 | 73.61 | - |
| YUV | 169.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 221 | 0.22 | 0.29 | 0 | 0.13 | 254.29 | 0.48 | 0.74 |
| Hex | AD | 9E | DD | 16 | 1D | 0 | D | FE | 30 | 4A |
| Octal | 255 | 236 | 335 | 26 | 35 | 0 | 15 | 376 | 60 | 112 |
| Binary | 10101101 | 10011110 | 11011101 | 10110 | 11101 | 0 | 1101 | 11111110 | 110000 | 1001010 |
Color Harmonies of #AD9EDD
Complementary color
Monochromatic Colors of #AD9EDD
Black with #AD9EDD
Text Example
Text Example
White with #AD9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9EDD; }
p { color: rgb(173,158,221); }
H1.HeaderClassName
{
color: #AD9EDD;
}
.AnyTagClassName
{
color: #AD9EDD;
}
</style>
background-color css
<style>
a { background-color: #AD9EDD; }
a { background-color: rgb(173,158,221); }
div.DivClassName
{
background-color: #AD9EDD;
}
.BgClassName
{
background-color: #AD9EDD;
}
</style>
border-color css
<style>
span { border-color: #AD9EDD; }
span { border-color: rgb(173,158,221); }
td.TdClassName
{
border-color: #AD9EDD;
}
.TagClassName
{
border-color: #AD9EDD;
}
</style>