Shades of Biloba Flower #AD9EE0
Tints of Biloba Flower #AD9EE0
RGB
CMYK
RGB Variations
Color information
#AD9EE0 (or 0xAD9EE0) is known color: Biloba Flower. HEX triplet: AD, 9E and E0. RGB value is (173,158,224). Sum of RGB (Red+Green+Blue) = 173+158+224=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD9EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EE0 is #52611F. Grayscale: #A9A9A9. Windows color (decimal): -5398816 or 14720685. OLE color: 14720685.
HSL color Cylindrical-coordinate representation of color #AD9EE0: hue angle of 253.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9EE0 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 158 | 224 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.12 |
| HSL | 253.64º | 0.52% | 0.75% | - |
| HSV(B) | 253.64º | 0.29% | 0.88% | - |
| XYZ | 42.91 | 38.72 | 75.73 | - |
| YUV | 170.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 224 | 0.23 | 0.29 | 0 | 0.12 | 253.64 | 0.52 | 0.75 |
| Hex | AD | 9E | E0 | 17 | 1D | 0 | C | FE | 34 | 4B |
| Octal | 255 | 236 | 340 | 27 | 35 | 0 | 14 | 376 | 64 | 113 |
| Binary | 10101101 | 10011110 | 11100000 | 10111 | 11101 | 0 | 1100 | 11111110 | 110100 | 1001011 |
Color Harmonies of #AD9EE0
Complementary color
Monochromatic Colors of #AD9EE0
Black with #AD9EE0
Text Example
Text Example
White with #AD9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9EE0; }
p { color: rgb(173,158,224); }
H1.HeaderClassName
{
color: #AD9EE0;
}
.AnyTagClassName
{
color: #AD9EE0;
}
</style>
background-color css
<style>
a { background-color: #AD9EE0; }
a { background-color: rgb(173,158,224); }
div.DivClassName
{
background-color: #AD9EE0;
}
.BgClassName
{
background-color: #AD9EE0;
}
</style>
border-color css
<style>
span { border-color: #AD9EE0; }
span { border-color: rgb(173,158,224); }
td.TdClassName
{
border-color: #AD9EE0;
}
.TagClassName
{
border-color: #AD9EE0;
}
</style>