Shades of Biloba Flower #AD9AD6
Tints of Biloba Flower #AD9AD6
RGB
CMYK
RGB Variations
Color information
#AD9AD6 (or 0xAD9AD6) is known color: Biloba Flower. HEX triplet: AD, 9A and D6. RGB value is (173,154,214). Sum of RGB (Red+Green+Blue) = 173+154+214=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD9AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AD6 is #526529. Grayscale: #A6A6A6. Windows color (decimal): -5399850 or 14064301. OLE color: 14064301.
HSL color Cylindrical-coordinate representation of color #AD9AD6: hue angle of 259º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9AD6 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 154 | 214 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.16 |
| HSL | 259º | 0.42% | 0.72% | - |
| HSV(B) | 259º | 0.28% | 0.84% | - |
| XYZ | 40.93 | 36.85 | 68.57 | - |
| YUV | 166.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 214 | 0.19 | 0.28 | 0 | 0.16 | 259 | 0.42 | 0.72 |
| Hex | AD | 9A | D6 | 13 | 1C | 0 | 10 | 103 | 2A | 48 |
| Octal | 255 | 232 | 326 | 23 | 34 | 0 | 20 | 403 | 52 | 110 |
| Binary | 10101101 | 10011010 | 11010110 | 10011 | 11100 | 0 | 10000 | 100000011 | 101010 | 1001000 |
Color Harmonies of #AD9AD6
Complementary color
Monochromatic Colors of #AD9AD6
Black with #AD9AD6
Text Example
Text Example
White with #AD9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9AD6; }
p { color: rgb(173,154,214); }
H1.HeaderClassName
{
color: #AD9AD6;
}
.AnyTagClassName
{
color: #AD9AD6;
}
</style>
background-color css
<style>
a { background-color: #AD9AD6; }
a { background-color: rgb(173,154,214); }
div.DivClassName
{
background-color: #AD9AD6;
}
.BgClassName
{
background-color: #AD9AD6;
}
</style>
border-color css
<style>
span { border-color: #AD9AD6; }
span { border-color: rgb(173,154,214); }
td.TdClassName
{
border-color: #AD9AD6;
}
.TagClassName
{
border-color: #AD9AD6;
}
</style>