Shades of Biloba Flower #AA91E8
Tints of Biloba Flower #AA91E8
RGB
CMYK
RGB Variations
Color information
#AA91E8 (or 0xAA91E8) is known color: Biloba Flower. HEX triplet: AA, 91 and E8. RGB value is (170,145,232). Sum of RGB (Red+Green+Blue) = 170+145+232=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA91E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91E8 is #556E17. Grayscale: #A2A2A2. Windows color (decimal): -5598744 or 15241642. OLE color: 15241642.
HSL color Cylindrical-coordinate representation of color #AA91E8: hue angle of 257.24º degrees, saturation: 0.65, 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 #AA91E8 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 145 | 232 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.09 |
| HSL | 257.24º | 0.65% | 0.74% | - |
| HSV(B) | 257.24º | 0.38% | 0.91% | - |
| XYZ | 41.27 | 34.62 | 80.85 | - |
| YUV | 162.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 232 | 0.27 | 0.38 | 0 | 0.09 | 257.24 | 0.65 | 0.74 |
| Hex | AA | 91 | E8 | 1B | 26 | 0 | 9 | 101 | 41 | 4A |
| Octal | 252 | 221 | 350 | 33 | 46 | 0 | 11 | 401 | 101 | 112 |
| Binary | 10101010 | 10010001 | 11101000 | 11011 | 100110 | 0 | 1001 | 100000001 | 1000001 | 1001010 |
Color Harmonies of #AA91E8
Complementary color
Monochromatic Colors of #AA91E8
Black with #AA91E8
Text Example
Text Example
White with #AA91E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91E8; }
p { color: rgb(170,145,232); }
H1.HeaderClassName
{
color: #AA91E8;
}
.AnyTagClassName
{
color: #AA91E8;
}
</style>
background-color css
<style>
a { background-color: #AA91E8; }
a { background-color: rgb(170,145,232); }
div.DivClassName
{
background-color: #AA91E8;
}
.BgClassName
{
background-color: #AA91E8;
}
</style>
border-color css
<style>
span { border-color: #AA91E8; }
span { border-color: rgb(170,145,232); }
td.TdClassName
{
border-color: #AA91E8;
}
.TagClassName
{
border-color: #AA91E8;
}
</style>