Shades of Biloba Flower #AD9FDB
Tints of Biloba Flower #AD9FDB
RGB
CMYK
RGB Variations
Color information
#AD9FDB (or 0xAD9FDB) is known color: Biloba Flower. HEX triplet: AD, 9F and DB. RGB value is (173,159,219). Sum of RGB (Red+Green+Blue) = 173+159+219=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FDB is #526024. Grayscale: #A9A9A9. Windows color (decimal): -5398565 or 14393261. OLE color: 14393261.
HSL color Cylindrical-coordinate representation of color #AD9FDB: hue angle of 254º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD9FDB is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 159 | 219 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.14 |
| HSL | 254º | 0.45% | 0.74% | - |
| HSV(B) | 254º | 0.27% | 0.86% | - |
| XYZ | 42.42 | 38.79 | 72.27 | - |
| YUV | 170.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 219 | 0.21 | 0.27 | 0 | 0.14 | 254 | 0.45 | 0.74 |
| Hex | AD | 9F | DB | 15 | 1B | 0 | E | FE | 2D | 4A |
| Octal | 255 | 237 | 333 | 25 | 33 | 0 | 16 | 376 | 55 | 112 |
| Binary | 10101101 | 10011111 | 11011011 | 10101 | 11011 | 0 | 1110 | 11111110 | 101101 | 1001010 |
Color Harmonies of #AD9FDB
Complementary color
Monochromatic Colors of #AD9FDB
Black with #AD9FDB
Text Example
Text Example
White with #AD9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FDB; }
p { color: rgb(173,159,219); }
H1.HeaderClassName
{
color: #AD9FDB;
}
.AnyTagClassName
{
color: #AD9FDB;
}
</style>
background-color css
<style>
a { background-color: #AD9FDB; }
a { background-color: rgb(173,159,219); }
div.DivClassName
{
background-color: #AD9FDB;
}
.BgClassName
{
background-color: #AD9FDB;
}
</style>
border-color css
<style>
span { border-color: #AD9FDB; }
span { border-color: rgb(173,159,219); }
td.TdClassName
{
border-color: #AD9FDB;
}
.TagClassName
{
border-color: #AD9FDB;
}
</style>