Shades of Biloba Flower #AD9BD0
Tints of Biloba Flower #AD9BD0
RGB
CMYK
RGB Variations
Color information
#AD9BD0 (or 0xAD9BD0) is known color: Biloba Flower. HEX triplet: AD, 9B and D0. RGB value is (173,155,208). Sum of RGB (Red+Green+Blue) = 173+155+208=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD9BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BD0 is #52642F. Grayscale: #A6A6A6. Windows color (decimal): -5399600 or 13671341. OLE color: 13671341.
HSL color Cylindrical-coordinate representation of color #AD9BD0: hue angle of 260.38º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9BD0 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 155 | 208 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.18 |
| HSL | 260.38º | 0.36% | 0.71% | - |
| HSV(B) | 260.38º | 0.25% | 0.82% | - |
| XYZ | 40.34 | 36.88 | 64.67 | - |
| YUV | 166.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 208 | 0.17 | 0.25 | 0 | 0.18 | 260.38 | 0.36 | 0.71 |
| Hex | AD | 9B | D0 | 11 | 19 | 0 | 12 | 104 | 24 | 47 |
| Octal | 255 | 233 | 320 | 21 | 31 | 0 | 22 | 404 | 44 | 107 |
| Binary | 10101101 | 10011011 | 11010000 | 10001 | 11001 | 0 | 10010 | 100000100 | 100100 | 1000111 |
Color Harmonies of #AD9BD0
Complementary color
Monochromatic Colors of #AD9BD0
Black with #AD9BD0
Text Example
Text Example
White with #AD9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BD0; }
p { color: rgb(173,155,208); }
H1.HeaderClassName
{
color: #AD9BD0;
}
.AnyTagClassName
{
color: #AD9BD0;
}
</style>
background-color css
<style>
a { background-color: #AD9BD0; }
a { background-color: rgb(173,155,208); }
div.DivClassName
{
background-color: #AD9BD0;
}
.BgClassName
{
background-color: #AD9BD0;
}
</style>
border-color css
<style>
span { border-color: #AD9BD0; }
span { border-color: rgb(173,155,208); }
td.TdClassName
{
border-color: #AD9BD0;
}
.TagClassName
{
border-color: #AD9BD0;
}
</style>