Shades of Biloba Flower #AD88E9
Tints of Biloba Flower #AD88E9
RGB
CMYK
RGB Variations
Color information
#AD88E9 (or 0xAD88E9) is known color: Biloba Flower. HEX triplet: AD, 88 and E9. RGB value is (173,136,233). Sum of RGB (Red+Green+Blue) = 173+136+233=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD88E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88E9 is #527716. Grayscale: #9D9D9D. Windows color (decimal): -5404439 or 15304877. OLE color: 15304877.
HSL color Cylindrical-coordinate representation of color #AD88E9: hue angle of 262.89º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD88E9 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 136 | 233 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.09 |
| HSL | 262.89º | 0.69% | 0.72% | - |
| HSV(B) | 262.89º | 0.42% | 0.91% | - |
| XYZ | 40.75 | 32.38 | 81.19 | - |
| YUV | 158.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 233 | 0.26 | 0.42 | 0 | 0.09 | 262.89 | 0.69 | 0.72 |
| Hex | AD | 88 | E9 | 1A | 2A | 0 | 9 | 107 | 45 | 48 |
| Octal | 255 | 210 | 351 | 32 | 52 | 0 | 11 | 407 | 105 | 110 |
| Binary | 10101101 | 10001000 | 11101001 | 11010 | 101010 | 0 | 1001 | 100000111 | 1000101 | 1001000 |
Color Harmonies of #AD88E9
Complementary color
Monochromatic Colors of #AD88E9
Black with #AD88E9
Text Example
Text Example
White with #AD88E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88E9; }
p { color: rgb(173,136,233); }
H1.HeaderClassName
{
color: #AD88E9;
}
.AnyTagClassName
{
color: #AD88E9;
}
</style>
background-color css
<style>
a { background-color: #AD88E9; }
a { background-color: rgb(173,136,233); }
div.DivClassName
{
background-color: #AD88E9;
}
.BgClassName
{
background-color: #AD88E9;
}
</style>
border-color css
<style>
span { border-color: #AD88E9; }
span { border-color: rgb(173,136,233); }
td.TdClassName
{
border-color: #AD88E9;
}
.TagClassName
{
border-color: #AD88E9;
}
</style>