Shades of Biloba Flower #AA91EC
Tints of Biloba Flower #AA91EC
RGB
CMYK
RGB Variations
Color information
#AA91EC (or 0xAA91EC) is known color: Biloba Flower. HEX triplet: AA, 91 and EC. RGB value is (170,145,236). Sum of RGB (Red+Green+Blue) = 170+145+236=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA91EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91EC is #556E13. Grayscale: #A2A2A2. Windows color (decimal): -5598740 or 15503786. OLE color: 15503786.
HSL color Cylindrical-coordinate representation of color #AA91EC: hue angle of 256.48º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA91EC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 145 | 236 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.07 |
| HSL | 256.48º | 0.71% | 0.75% | - |
| HSV(B) | 256.48º | 0.39% | 0.93% | - |
| XYZ | 41.84 | 34.85 | 83.88 | - |
| YUV | 162.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 236 | 0.28 | 0.39 | 0 | 0.07 | 256.48 | 0.71 | 0.75 |
| Hex | AA | 91 | EC | 1C | 27 | 0 | 7 | 100 | 47 | 4B |
| Octal | 252 | 221 | 354 | 34 | 47 | 0 | 7 | 400 | 107 | 113 |
| Binary | 10101010 | 10010001 | 11101100 | 11100 | 100111 | 0 | 111 | 100000000 | 1000111 | 1001011 |
Color Harmonies of #AA91EC
Complementary color
Monochromatic Colors of #AA91EC
Black with #AA91EC
Text Example
Text Example
White with #AA91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91EC; }
p { color: rgb(170,145,236); }
H1.HeaderClassName
{
color: #AA91EC;
}
.AnyTagClassName
{
color: #AA91EC;
}
</style>
background-color css
<style>
a { background-color: #AA91EC; }
a { background-color: rgb(170,145,236); }
div.DivClassName
{
background-color: #AA91EC;
}
.BgClassName
{
background-color: #AA91EC;
}
</style>
border-color css
<style>
span { border-color: #AA91EC; }
span { border-color: rgb(170,145,236); }
td.TdClassName
{
border-color: #AA91EC;
}
.TagClassName
{
border-color: #AA91EC;
}
</style>