Shades of Biloba Flower #AD9EDA
Tints of Biloba Flower #AD9EDA
RGB
CMYK
RGB Variations
Color information
#AD9EDA (or 0xAD9EDA) is known color: Biloba Flower. HEX triplet: AD, 9E and DA. RGB value is (173,158,218). Sum of RGB (Red+Green+Blue) = 173+158+218=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD9EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EDA is #526125. Grayscale: #A9A9A9. Windows color (decimal): -5398822 or 14327469. OLE color: 14327469.
HSL color Cylindrical-coordinate representation of color #AD9EDA: hue angle of 255º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9EDA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 158 | 218 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.15 |
| HSL | 255º | 0.45% | 0.74% | - |
| HSV(B) | 255º | 0.28% | 0.85% | - |
| XYZ | 42.12 | 38.4 | 71.52 | - |
| YUV | 169.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 218 | 0.21 | 0.28 | 0 | 0.15 | 255 | 0.45 | 0.74 |
| Hex | AD | 9E | DA | 15 | 1C | 0 | F | FF | 2D | 4A |
| Octal | 255 | 236 | 332 | 25 | 34 | 0 | 17 | 377 | 55 | 112 |
| Binary | 10101101 | 10011110 | 11011010 | 10101 | 11100 | 0 | 1111 | 11111111 | 101101 | 1001010 |
Color Harmonies of #AD9EDA
Complementary color
Monochromatic Colors of #AD9EDA
Black with #AD9EDA
Text Example
Text Example
White with #AD9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9EDA; }
p { color: rgb(173,158,218); }
H1.HeaderClassName
{
color: #AD9EDA;
}
.AnyTagClassName
{
color: #AD9EDA;
}
</style>
background-color css
<style>
a { background-color: #AD9EDA; }
a { background-color: rgb(173,158,218); }
div.DivClassName
{
background-color: #AD9EDA;
}
.BgClassName
{
background-color: #AD9EDA;
}
</style>
border-color css
<style>
span { border-color: #AD9EDA; }
span { border-color: rgb(173,158,218); }
td.TdClassName
{
border-color: #AD9EDA;
}
.TagClassName
{
border-color: #AD9EDA;
}
</style>