Shades of Biloba Flower #AA91F9
Tints of Biloba Flower #AA91F9
RGB
CMYK
RGB Variations
Color information
#AA91F9 (or 0xAA91F9) is known color: Biloba Flower. HEX triplet: AA, 91 and F9. RGB value is (170,145,249). Sum of RGB (Red+Green+Blue) = 170+145+249=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA91F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91F9 is #556E06. Grayscale: #A3A3A3. Windows color (decimal): -5598727 or 16355754. OLE color: 16355754.
HSL color Cylindrical-coordinate representation of color #AA91F9: hue angle of 254.42º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA91F9 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 145 | 249 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.02 |
| HSL | 254.42º | 0.9% | 0.77% | - |
| HSV(B) | 254.42º | 0.42% | 0.98% | - |
| XYZ | 43.8 | 35.64 | 94.19 | - |
| YUV | 164.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 249 | 0.32 | 0.42 | 0 | 0.02 | 254.42 | 0.9 | 0.77 |
| Hex | AA | 91 | F9 | 20 | 2A | 0 | 2 | FE | 5A | 4D |
| Octal | 252 | 221 | 371 | 40 | 52 | 0 | 2 | 376 | 132 | 115 |
| Binary | 10101010 | 10010001 | 11111001 | 100000 | 101010 | 0 | 10 | 11111110 | 1011010 | 1001101 |
Color Harmonies of #AA91F9
Complementary color
Monochromatic Colors of #AA91F9
Black with #AA91F9
Text Example
Text Example
White with #AA91F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91F9; }
p { color: rgb(170,145,249); }
H1.HeaderClassName
{
color: #AA91F9;
}
.AnyTagClassName
{
color: #AA91F9;
}
</style>
background-color css
<style>
a { background-color: #AA91F9; }
a { background-color: rgb(170,145,249); }
div.DivClassName
{
background-color: #AA91F9;
}
.BgClassName
{
background-color: #AA91F9;
}
</style>
border-color css
<style>
span { border-color: #AA91F9; }
span { border-color: rgb(170,145,249); }
td.TdClassName
{
border-color: #AA91F9;
}
.TagClassName
{
border-color: #AA91F9;
}
</style>