Shades of Biloba Flower #AD9BD1
Tints of Biloba Flower #AD9BD1
RGB
CMYK
RGB Variations
Color information
#AD9BD1 (or 0xAD9BD1) is known color: Biloba Flower. HEX triplet: AD, 9B and D1. RGB value is (173,155,209). Sum of RGB (Red+Green+Blue) = 173+155+209=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD9BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BD1 is #52642E. Grayscale: #A6A6A6. Windows color (decimal): -5399599 or 13736877. OLE color: 13736877.
HSL color Cylindrical-coordinate representation of color #AD9BD1: hue angle of 260º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD9BD1 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 155 | 209 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.18 |
| HSL | 260º | 0.37% | 0.71% | - |
| HSV(B) | 260º | 0.26% | 0.82% | - |
| XYZ | 40.46 | 36.93 | 65.32 | - |
| YUV | 166.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 209 | 0.17 | 0.26 | 0 | 0.18 | 260 | 0.37 | 0.71 |
| Hex | AD | 9B | D1 | 11 | 1A | 0 | 12 | 104 | 25 | 47 |
| Octal | 255 | 233 | 321 | 21 | 32 | 0 | 22 | 404 | 45 | 107 |
| Binary | 10101101 | 10011011 | 11010001 | 10001 | 11010 | 0 | 10010 | 100000100 | 100101 | 1000111 |
Color Harmonies of #AD9BD1
Complementary color
Monochromatic Colors of #AD9BD1
Black with #AD9BD1
Text Example
Text Example
White with #AD9BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BD1; }
p { color: rgb(173,155,209); }
H1.HeaderClassName
{
color: #AD9BD1;
}
.AnyTagClassName
{
color: #AD9BD1;
}
</style>
background-color css
<style>
a { background-color: #AD9BD1; }
a { background-color: rgb(173,155,209); }
div.DivClassName
{
background-color: #AD9BD1;
}
.BgClassName
{
background-color: #AD9BD1;
}
</style>
border-color css
<style>
span { border-color: #AD9BD1; }
span { border-color: rgb(173,155,209); }
td.TdClassName
{
border-color: #AD9BD1;
}
.TagClassName
{
border-color: #AD9BD1;
}
</style>