Shades of Biloba Flower #AD9DCD
Tints of Biloba Flower #AD9DCD
RGB
CMYK
RGB Variations
Color information
#AD9DCD (or 0xAD9DCD) is known color: Biloba Flower. HEX triplet: AD, 9D and CD. RGB value is (173,157,205). Sum of RGB (Red+Green+Blue) = 173+157+205=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DCD is #526232. Grayscale: #A7A7A7. Windows color (decimal): -5399091 or 13475245. OLE color: 13475245.
HSL color Cylindrical-coordinate representation of color #AD9DCD: hue angle of 260º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9DCD is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 157 | 205 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.20 |
| HSL | 260º | 0.32% | 0.71% | - |
| HSV(B) | 260º | 0.23% | 0.8% | - |
| XYZ | 40.31 | 37.41 | 62.85 | - |
| YUV | 167.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 205 | 0.16 | 0.23 | 0 | 0.20 | 260 | 0.32 | 0.71 |
| Hex | AD | 9D | CD | 10 | 17 | 0 | 14 | 104 | 20 | 47 |
| Octal | 255 | 235 | 315 | 20 | 27 | 0 | 24 | 404 | 40 | 107 |
| Binary | 10101101 | 10011101 | 11001101 | 10000 | 10111 | 0 | 10100 | 100000100 | 100000 | 1000111 |
Color Harmonies of #AD9DCD
Complementary color
Monochromatic Colors of #AD9DCD
Black with #AD9DCD
Text Example
Text Example
White with #AD9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DCD; }
p { color: rgb(173,157,205); }
H1.HeaderClassName
{
color: #AD9DCD;
}
.AnyTagClassName
{
color: #AD9DCD;
}
</style>
background-color css
<style>
a { background-color: #AD9DCD; }
a { background-color: rgb(173,157,205); }
div.DivClassName
{
background-color: #AD9DCD;
}
.BgClassName
{
background-color: #AD9DCD;
}
</style>
border-color css
<style>
span { border-color: #AD9DCD; }
span { border-color: rgb(173,157,205); }
td.TdClassName
{
border-color: #AD9DCD;
}
.TagClassName
{
border-color: #AD9DCD;
}
</style>