Shades of Biloba Flower #AA91E9
Tints of Biloba Flower #AA91E9
RGB
CMYK
RGB Variations
Color information
#AA91E9 (or 0xAA91E9) is known color: Biloba Flower. HEX triplet: AA, 91 and E9. RGB value is (170,145,233). Sum of RGB (Red+Green+Blue) = 170+145+233=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA91E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91E9 is #556E16. Grayscale: #A2A2A2. Windows color (decimal): -5598743 or 15307178. OLE color: 15307178.
HSL color Cylindrical-coordinate representation of color #AA91E9: hue angle of 257.05º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA91E9 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 145 | 233 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.09 |
| HSL | 257.05º | 0.67% | 0.74% | - |
| HSV(B) | 257.05º | 0.38% | 0.91% | - |
| XYZ | 41.41 | 34.68 | 81.6 | - |
| YUV | 162.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 233 | 0.27 | 0.38 | 0 | 0.09 | 257.05 | 0.67 | 0.74 |
| Hex | AA | 91 | E9 | 1B | 26 | 0 | 9 | 101 | 43 | 4A |
| Octal | 252 | 221 | 351 | 33 | 46 | 0 | 11 | 401 | 103 | 112 |
| Binary | 10101010 | 10010001 | 11101001 | 11011 | 100110 | 0 | 1001 | 100000001 | 1000011 | 1001010 |
Color Harmonies of #AA91E9
Complementary color
Monochromatic Colors of #AA91E9
Black with #AA91E9
Text Example
Text Example
White with #AA91E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91E9; }
p { color: rgb(170,145,233); }
H1.HeaderClassName
{
color: #AA91E9;
}
.AnyTagClassName
{
color: #AA91E9;
}
</style>
background-color css
<style>
a { background-color: #AA91E9; }
a { background-color: rgb(170,145,233); }
div.DivClassName
{
background-color: #AA91E9;
}
.BgClassName
{
background-color: #AA91E9;
}
</style>
border-color css
<style>
span { border-color: #AA91E9; }
span { border-color: rgb(170,145,233); }
td.TdClassName
{
border-color: #AA91E9;
}
.TagClassName
{
border-color: #AA91E9;
}
</style>