Shades of Biloba Flower #AD9FDD
Tints of Biloba Flower #AD9FDD
RGB
CMYK
RGB Variations
Color information
#AD9FDD (or 0xAD9FDD) is known color: Biloba Flower. HEX triplet: AD, 9F and DD. RGB value is (173,159,221). Sum of RGB (Red+Green+Blue) = 173+159+221=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FDD is #526022. Grayscale: #AAAAAA. Windows color (decimal): -5398563 or 14524333. OLE color: 14524333.
HSL color Cylindrical-coordinate representation of color #AD9FDD: hue angle of 253.55º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9FDD is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 159 | 221 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.13 |
| HSL | 253.55º | 0.48% | 0.75% | - |
| HSV(B) | 253.55º | 0.28% | 0.87% | - |
| XYZ | 42.68 | 38.9 | 73.67 | - |
| YUV | 170.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 221 | 0.22 | 0.28 | 0 | 0.13 | 253.55 | 0.48 | 0.75 |
| Hex | AD | 9F | DD | 16 | 1C | 0 | D | FE | 30 | 4B |
| Octal | 255 | 237 | 335 | 26 | 34 | 0 | 15 | 376 | 60 | 113 |
| Binary | 10101101 | 10011111 | 11011101 | 10110 | 11100 | 0 | 1101 | 11111110 | 110000 | 1001011 |
Color Harmonies of #AD9FDD
Complementary color
Monochromatic Colors of #AD9FDD
Black with #AD9FDD
Text Example
Text Example
White with #AD9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FDD; }
p { color: rgb(173,159,221); }
H1.HeaderClassName
{
color: #AD9FDD;
}
.AnyTagClassName
{
color: #AD9FDD;
}
</style>
background-color css
<style>
a { background-color: #AD9FDD; }
a { background-color: rgb(173,159,221); }
div.DivClassName
{
background-color: #AD9FDD;
}
.BgClassName
{
background-color: #AD9FDD;
}
</style>
border-color css
<style>
span { border-color: #AD9FDD; }
span { border-color: rgb(173,159,221); }
td.TdClassName
{
border-color: #AD9FDD;
}
.TagClassName
{
border-color: #AD9FDD;
}
</style>