Shades of Biloba Flower #AD9EC5
Tints of Biloba Flower #AD9EC5
RGB
CMYK
RGB Variations
Color information
#AD9EC5 (or 0xAD9EC5) is known color: Biloba Flower. HEX triplet: AD, 9E and C5. RGB value is (173,158,197). Sum of RGB (Red+Green+Blue) = 173+158+197=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD9EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EC5 is #52613A. Grayscale: #A6A6A6. Windows color (decimal): -5398843 or 12951213. OLE color: 12951213.
HSL color Cylindrical-coordinate representation of color #AD9EC5: hue angle of 263.08º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD9EC5 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 158 | 197 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.23 |
| HSL | 263.08º | 0.25% | 0.7% | - |
| HSV(B) | 263.08º | 0.2% | 0.77% | - |
| XYZ | 39.54 | 37.37 | 57.95 | - |
| YUV | 166.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 197 | 0.12 | 0.20 | 0 | 0.23 | 263.08 | 0.25 | 0.7 |
| Hex | AD | 9E | C5 | C | 14 | 0 | 17 | 107 | 19 | 46 |
| Octal | 255 | 236 | 305 | 14 | 24 | 0 | 27 | 407 | 31 | 106 |
| Binary | 10101101 | 10011110 | 11000101 | 1100 | 10100 | 0 | 10111 | 100000111 | 11001 | 1000110 |
Color Harmonies of #AD9EC5
Complementary color
Monochromatic Colors of #AD9EC5
Black with #AD9EC5
Text Example
Text Example
White with #AD9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9EC5; }
p { color: rgb(173,158,197); }
H1.HeaderClassName
{
color: #AD9EC5;
}
.AnyTagClassName
{
color: #AD9EC5;
}
</style>
background-color css
<style>
a { background-color: #AD9EC5; }
a { background-color: rgb(173,158,197); }
div.DivClassName
{
background-color: #AD9EC5;
}
.BgClassName
{
background-color: #AD9EC5;
}
</style>
border-color css
<style>
span { border-color: #AD9EC5; }
span { border-color: rgb(173,158,197); }
td.TdClassName
{
border-color: #AD9EC5;
}
.TagClassName
{
border-color: #AD9EC5;
}
</style>