Shades of Biloba Flower #AD8ED0
Tints of Biloba Flower #AD8ED0
RGB
CMYK
RGB Variations
Color information
#AD8ED0 (or 0xAD8ED0) is known color: Biloba Flower. HEX triplet: AD, 8E and D0. RGB value is (173,142,208). Sum of RGB (Red+Green+Blue) = 173+142+208=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD8ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ED0 is #52712F. Grayscale: #9E9E9E. Windows color (decimal): -5402928 or 13668013. OLE color: 13668013.
HSL color Cylindrical-coordinate representation of color #AD8ED0: hue angle of 268.18º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8ED0 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 142 | 208 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.18 |
| HSL | 268.18º | 0.41% | 0.69% | - |
| HSV(B) | 268.18º | 0.32% | 0.82% | - |
| XYZ | 38.29 | 32.78 | 63.98 | - |
| YUV | 158.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 208 | 0.17 | 0.32 | 0 | 0.18 | 268.18 | 0.41 | 0.69 |
| Hex | AD | 8E | D0 | 11 | 20 | 0 | 12 | 10C | 29 | 45 |
| Octal | 255 | 216 | 320 | 21 | 40 | 0 | 22 | 414 | 51 | 105 |
| Binary | 10101101 | 10001110 | 11010000 | 10001 | 100000 | 0 | 10010 | 100001100 | 101001 | 1000101 |
Color Harmonies of #AD8ED0
Complementary color
Monochromatic Colors of #AD8ED0
Black with #AD8ED0
Text Example
Text Example
White with #AD8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8ED0; }
p { color: rgb(173,142,208); }
H1.HeaderClassName
{
color: #AD8ED0;
}
.AnyTagClassName
{
color: #AD8ED0;
}
</style>
background-color css
<style>
a { background-color: #AD8ED0; }
a { background-color: rgb(173,142,208); }
div.DivClassName
{
background-color: #AD8ED0;
}
.BgClassName
{
background-color: #AD8ED0;
}
</style>
border-color css
<style>
span { border-color: #AD8ED0; }
span { border-color: rgb(173,142,208); }
td.TdClassName
{
border-color: #AD8ED0;
}
.TagClassName
{
border-color: #AD8ED0;
}
</style>