Shades of Biloba Flower #AD89E5
Tints of Biloba Flower #AD89E5
RGB
CMYK
RGB Variations
Color information
#AD89E5 (or 0xAD89E5) is known color: Biloba Flower. HEX triplet: AD, 89 and E5. RGB value is (173,137,229). Sum of RGB (Red+Green+Blue) = 173+137+229=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD89E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89E5 is #52761A. Grayscale: #9D9D9D. Windows color (decimal): -5404187 or 15042989. OLE color: 15042989.
HSL color Cylindrical-coordinate representation of color #AD89E5: hue angle of 263.48º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD89E5 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 137 | 229 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.10 |
| HSL | 263.48º | 0.64% | 0.72% | - |
| HSV(B) | 263.48º | 0.4% | 0.9% | - |
| XYZ | 40.32 | 32.43 | 78.26 | - |
| YUV | 158.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 229 | 0.24 | 0.40 | 0 | 0.10 | 263.48 | 0.64 | 0.72 |
| Hex | AD | 89 | E5 | 18 | 28 | 0 | A | 107 | 40 | 48 |
| Octal | 255 | 211 | 345 | 30 | 50 | 0 | 12 | 407 | 100 | 110 |
| Binary | 10101101 | 10001001 | 11100101 | 11000 | 101000 | 0 | 1010 | 100000111 | 1000000 | 1001000 |
Color Harmonies of #AD89E5
Complementary color
Monochromatic Colors of #AD89E5
Black with #AD89E5
Text Example
Text Example
White with #AD89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89E5; }
p { color: rgb(173,137,229); }
H1.HeaderClassName
{
color: #AD89E5;
}
.AnyTagClassName
{
color: #AD89E5;
}
</style>
background-color css
<style>
a { background-color: #AD89E5; }
a { background-color: rgb(173,137,229); }
div.DivClassName
{
background-color: #AD89E5;
}
.BgClassName
{
background-color: #AD89E5;
}
</style>
border-color css
<style>
span { border-color: #AD89E5; }
span { border-color: rgb(173,137,229); }
td.TdClassName
{
border-color: #AD89E5;
}
.TagClassName
{
border-color: #AD89E5;
}
</style>