Shades of Biloba Flower #AD9FCE
Tints of Biloba Flower #AD9FCE
RGB
CMYK
RGB Variations
Color information
#AD9FCE (or 0xAD9FCE) is known color: Biloba Flower. HEX triplet: AD, 9F and CE. RGB value is (173,159,206). Sum of RGB (Red+Green+Blue) = 173+159+206=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FCE is #526031. Grayscale: #A8A8A8. Windows color (decimal): -5398578 or 13541293. OLE color: 13541293.
HSL color Cylindrical-coordinate representation of color #AD9FCE: hue angle of 257.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9FCE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 159 | 206 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.19 |
| HSL | 257.87º | 0.32% | 0.72% | - |
| HSV(B) | 257.87º | 0.23% | 0.81% | - |
| XYZ | 40.77 | 38.14 | 63.6 | - |
| YUV | 168.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 206 | 0.16 | 0.23 | 0 | 0.19 | 257.87 | 0.32 | 0.72 |
| Hex | AD | 9F | CE | 10 | 17 | 0 | 13 | 102 | 20 | 48 |
| Octal | 255 | 237 | 316 | 20 | 27 | 0 | 23 | 402 | 40 | 110 |
| Binary | 10101101 | 10011111 | 11001110 | 10000 | 10111 | 0 | 10011 | 100000010 | 100000 | 1001000 |
Color Harmonies of #AD9FCE
Complementary color
Monochromatic Colors of #AD9FCE
Black with #AD9FCE
Text Example
Text Example
White with #AD9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FCE; }
p { color: rgb(173,159,206); }
H1.HeaderClassName
{
color: #AD9FCE;
}
.AnyTagClassName
{
color: #AD9FCE;
}
</style>
background-color css
<style>
a { background-color: #AD9FCE; }
a { background-color: rgb(173,159,206); }
div.DivClassName
{
background-color: #AD9FCE;
}
.BgClassName
{
background-color: #AD9FCE;
}
</style>
border-color css
<style>
span { border-color: #AD9FCE; }
span { border-color: rgb(173,159,206); }
td.TdClassName
{
border-color: #AD9FCE;
}
.TagClassName
{
border-color: #AD9FCE;
}
</style>