Shades of Biloba Flower #AD9FC0
Tints of Biloba Flower #AD9FC0
RGB
CMYK
RGB Variations
Color information
#AD9FC0 (or 0xAD9FC0) is known color: Biloba Flower. HEX triplet: AD, 9F and C0. RGB value is (173,159,192). Sum of RGB (Red+Green+Blue) = 173+159+192=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD9FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FC0 is #52603F. Grayscale: #A6A6A6. Windows color (decimal): -5398592 or 12623789. OLE color: 12623789.
HSL color Cylindrical-coordinate representation of color #AD9FC0: hue angle of 265.45º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD9FC0 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 159 | 192 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.25 |
| HSL | 265.45º | 0.21% | 0.69% | - |
| HSV(B) | 265.45º | 0.17% | 0.75% | - |
| XYZ | 39.15 | 37.49 | 55.04 | - |
| YUV | 166.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 192 | 0.10 | 0.17 | 0 | 0.25 | 265.45 | 0.21 | 0.69 |
| Hex | AD | 9F | C0 | A | 11 | 0 | 19 | 109 | 15 | 45 |
| Octal | 255 | 237 | 300 | 12 | 21 | 0 | 31 | 411 | 25 | 105 |
| Binary | 10101101 | 10011111 | 11000000 | 1010 | 10001 | 0 | 11001 | 100001001 | 10101 | 1000101 |
Color Harmonies of #AD9FC0
Complementary color
Monochromatic Colors of #AD9FC0
Black with #AD9FC0
Text Example
Text Example
White with #AD9FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FC0; }
p { color: rgb(173,159,192); }
H1.HeaderClassName
{
color: #AD9FC0;
}
.AnyTagClassName
{
color: #AD9FC0;
}
</style>
background-color css
<style>
a { background-color: #AD9FC0; }
a { background-color: rgb(173,159,192); }
div.DivClassName
{
background-color: #AD9FC0;
}
.BgClassName
{
background-color: #AD9FC0;
}
</style>
border-color css
<style>
span { border-color: #AD9FC0; }
span { border-color: rgb(173,159,192); }
td.TdClassName
{
border-color: #AD9FC0;
}
.TagClassName
{
border-color: #AD9FC0;
}
</style>