Shades of Biloba Flower #AD9ECF
Tints of Biloba Flower #AD9ECF
RGB
CMYK
RGB Variations
Color information
#AD9ECF (or 0xAD9ECF) is known color: Biloba Flower. HEX triplet: AD, 9E and CF. RGB value is (173,158,207). Sum of RGB (Red+Green+Blue) = 173+158+207=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD9ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ECF is #526130. Grayscale: #A7A7A7. Windows color (decimal): -5398833 or 13606573. OLE color: 13606573.
HSL color Cylindrical-coordinate representation of color #AD9ECF: hue angle of 258.37º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD9ECF is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 158 | 207 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.19 |
| HSL | 258.37º | 0.34% | 0.72% | - |
| HSV(B) | 258.37º | 0.24% | 0.81% | - |
| XYZ | 40.72 | 37.84 | 64.19 | - |
| YUV | 168.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 207 | 0.16 | 0.24 | 0 | 0.19 | 258.37 | 0.34 | 0.72 |
| Hex | AD | 9E | CF | 10 | 18 | 0 | 13 | 102 | 22 | 48 |
| Octal | 255 | 236 | 317 | 20 | 30 | 0 | 23 | 402 | 42 | 110 |
| Binary | 10101101 | 10011110 | 11001111 | 10000 | 11000 | 0 | 10011 | 100000010 | 100010 | 1001000 |
Color Harmonies of #AD9ECF
Complementary color
Monochromatic Colors of #AD9ECF
Black with #AD9ECF
Text Example
Text Example
White with #AD9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9ECF; }
p { color: rgb(173,158,207); }
H1.HeaderClassName
{
color: #AD9ECF;
}
.AnyTagClassName
{
color: #AD9ECF;
}
</style>
background-color css
<style>
a { background-color: #AD9ECF; }
a { background-color: rgb(173,158,207); }
div.DivClassName
{
background-color: #AD9ECF;
}
.BgClassName
{
background-color: #AD9ECF;
}
</style>
border-color css
<style>
span { border-color: #AD9ECF; }
span { border-color: rgb(173,158,207); }
td.TdClassName
{
border-color: #AD9ECF;
}
.TagClassName
{
border-color: #AD9ECF;
}
</style>