Shades of Biloba Flower #AD9BD8
Tints of Biloba Flower #AD9BD8
RGB
CMYK
RGB Variations
Color information
#AD9BD8 (or 0xAD9BD8) is known color: Biloba Flower. HEX triplet: AD, 9B and D8. RGB value is (173,155,216). Sum of RGB (Red+Green+Blue) = 173+155+216=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD9BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BD8 is #526427. Grayscale: #A7A7A7. Windows color (decimal): -5399592 or 14195629. OLE color: 14195629.
HSL color Cylindrical-coordinate representation of color #AD9BD8: hue angle of 257.7º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9BD8 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 155 | 216 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.15 |
| HSL | 257.7º | 0.44% | 0.73% | - |
| HSV(B) | 257.7º | 0.28% | 0.85% | - |
| XYZ | 41.35 | 37.28 | 69.98 | - |
| YUV | 167.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 216 | 0.20 | 0.28 | 0 | 0.15 | 257.7 | 0.44 | 0.73 |
| Hex | AD | 9B | D8 | 14 | 1C | 0 | F | 102 | 2C | 49 |
| Octal | 255 | 233 | 330 | 24 | 34 | 0 | 17 | 402 | 54 | 111 |
| Binary | 10101101 | 10011011 | 11011000 | 10100 | 11100 | 0 | 1111 | 100000010 | 101100 | 1001001 |
Color Harmonies of #AD9BD8
Complementary color
Monochromatic Colors of #AD9BD8
Black with #AD9BD8
Text Example
Text Example
White with #AD9BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BD8; }
p { color: rgb(173,155,216); }
H1.HeaderClassName
{
color: #AD9BD8;
}
.AnyTagClassName
{
color: #AD9BD8;
}
</style>
background-color css
<style>
a { background-color: #AD9BD8; }
a { background-color: rgb(173,155,216); }
div.DivClassName
{
background-color: #AD9BD8;
}
.BgClassName
{
background-color: #AD9BD8;
}
</style>
border-color css
<style>
span { border-color: #AD9BD8; }
span { border-color: rgb(173,155,216); }
td.TdClassName
{
border-color: #AD9BD8;
}
.TagClassName
{
border-color: #AD9BD8;
}
</style>