Shades of Biloba Flower #AA89F5
Tints of Biloba Flower #AA89F5
RGB
CMYK
RGB Variations
Color information
#AA89F5 (or 0xAA89F5) is known color: Biloba Flower. HEX triplet: AA, 89 and F5. RGB value is (170,137,245). Sum of RGB (Red+Green+Blue) = 170+137+245=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA89F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89F5 is #55760A. Grayscale: #9E9E9E. Windows color (decimal): -5600779 or 16091562. OLE color: 16091562.
HSL color Cylindrical-coordinate representation of color #AA89F5: hue angle of 258.33º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA89F5 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 137 | 245 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.04 |
| HSL | 258.33º | 0.84% | 0.75% | - |
| HSV(B) | 258.33º | 0.44% | 0.96% | - |
| XYZ | 42 | 33.03 | 90.55 | - |
| YUV | 159.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 245 | 0.31 | 0.44 | 0 | 0.04 | 258.33 | 0.84 | 0.75 |
| Hex | AA | 89 | F5 | 1F | 2C | 0 | 4 | 102 | 54 | 4B |
| Octal | 252 | 211 | 365 | 37 | 54 | 0 | 4 | 402 | 124 | 113 |
| Binary | 10101010 | 10001001 | 11110101 | 11111 | 101100 | 0 | 100 | 100000010 | 1010100 | 1001011 |
Color Harmonies of #AA89F5
Complementary color
Monochromatic Colors of #AA89F5
Black with #AA89F5
Text Example
Text Example
White with #AA89F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89F5; }
p { color: rgb(170,137,245); }
H1.HeaderClassName
{
color: #AA89F5;
}
.AnyTagClassName
{
color: #AA89F5;
}
</style>
background-color css
<style>
a { background-color: #AA89F5; }
a { background-color: rgb(170,137,245); }
div.DivClassName
{
background-color: #AA89F5;
}
.BgClassName
{
background-color: #AA89F5;
}
</style>
border-color css
<style>
span { border-color: #AA89F5; }
span { border-color: rgb(170,137,245); }
td.TdClassName
{
border-color: #AA89F5;
}
.TagClassName
{
border-color: #AA89F5;
}
</style>