Shades of Biloba Flower #AA89E9
Tints of Biloba Flower #AA89E9
RGB
CMYK
RGB Variations
Color information
#AA89E9 (or 0xAA89E9) is known color: Biloba Flower. HEX triplet: AA, 89 and E9. RGB value is (170,137,233). Sum of RGB (Red+Green+Blue) = 170+137+233=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA89E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89E9 is #557616. Grayscale: #9D9D9D. Windows color (decimal): -5600791 or 15305130. OLE color: 15305130.
HSL color Cylindrical-coordinate representation of color #AA89E9: hue angle of 260.62º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA89E9 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 137 | 233 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.09 |
| HSL | 260.63º | 0.69% | 0.73% | - |
| HSV(B) | 260.63º | 0.41% | 0.91% | - |
| XYZ | 40.23 | 32.32 | 81.21 | - |
| YUV | 157.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 233 | 0.27 | 0.41 | 0 | 0.09 | 260.63 | 0.69 | 0.73 |
| Hex | AA | 89 | E9 | 1B | 29 | 0 | 9 | 105 | 45 | 49 |
| Octal | 252 | 211 | 351 | 33 | 51 | 0 | 11 | 405 | 105 | 111 |
| Binary | 10101010 | 10001001 | 11101001 | 11011 | 101001 | 0 | 1001 | 100000101 | 1000101 | 1001001 |
Color Harmonies of #AA89E9
Complementary color
Monochromatic Colors of #AA89E9
Black with #AA89E9
Text Example
Text Example
White with #AA89E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89E9; }
p { color: rgb(170,137,233); }
H1.HeaderClassName
{
color: #AA89E9;
}
.AnyTagClassName
{
color: #AA89E9;
}
</style>
background-color css
<style>
a { background-color: #AA89E9; }
a { background-color: rgb(170,137,233); }
div.DivClassName
{
background-color: #AA89E9;
}
.BgClassName
{
background-color: #AA89E9;
}
</style>
border-color css
<style>
span { border-color: #AA89E9; }
span { border-color: rgb(170,137,233); }
td.TdClassName
{
border-color: #AA89E9;
}
.TagClassName
{
border-color: #AA89E9;
}
</style>