Shades of Biloba Flower #AD9FDF
Tints of Biloba Flower #AD9FDF
RGB
CMYK
RGB Variations
Color information
#AD9FDF (or 0xAD9FDF) is known color: Biloba Flower. HEX triplet: AD, 9F and DF. RGB value is (173,159,223). Sum of RGB (Red+Green+Blue) = 173+159+223=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FDF is #526020. Grayscale: #AAAAAA. Windows color (decimal): -5398561 or 14655405. OLE color: 14655405.
HSL color Cylindrical-coordinate representation of color #AD9FDF: hue angle of 253.12º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9FDF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 159 | 223 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.13 |
| HSL | 253.13º | 0.5% | 0.75% | - |
| HSV(B) | 253.13º | 0.29% | 0.87% | - |
| XYZ | 42.95 | 39.01 | 75.08 | - |
| YUV | 170.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 223 | 0.22 | 0.29 | 0 | 0.13 | 253.13 | 0.5 | 0.75 |
| Hex | AD | 9F | DF | 16 | 1D | 0 | D | FD | 32 | 4B |
| Octal | 255 | 237 | 337 | 26 | 35 | 0 | 15 | 375 | 62 | 113 |
| Binary | 10101101 | 10011111 | 11011111 | 10110 | 11101 | 0 | 1101 | 11111101 | 110010 | 1001011 |
Color Harmonies of #AD9FDF
Complementary color
Monochromatic Colors of #AD9FDF
Black with #AD9FDF
Text Example
Text Example
White with #AD9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FDF; }
p { color: rgb(173,159,223); }
H1.HeaderClassName
{
color: #AD9FDF;
}
.AnyTagClassName
{
color: #AD9FDF;
}
</style>
background-color css
<style>
a { background-color: #AD9FDF; }
a { background-color: rgb(173,159,223); }
div.DivClassName
{
background-color: #AD9FDF;
}
.BgClassName
{
background-color: #AD9FDF;
}
</style>
border-color css
<style>
span { border-color: #AD9FDF; }
span { border-color: rgb(173,159,223); }
td.TdClassName
{
border-color: #AD9FDF;
}
.TagClassName
{
border-color: #AD9FDF;
}
</style>