Shades of Biloba Flower #AA91F0
Tints of Biloba Flower #AA91F0
RGB
CMYK
RGB Variations
Color information
#AA91F0 (or 0xAA91F0) is known color: Biloba Flower. HEX triplet: AA, 91 and F0. RGB value is (170,145,240). Sum of RGB (Red+Green+Blue) = 170+145+240=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA91F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91F0 is #556E0F. Grayscale: #A2A2A2. Windows color (decimal): -5598736 or 15765930. OLE color: 15765930.
HSL color Cylindrical-coordinate representation of color #AA91F0: hue angle of 255.79º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA91F0 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 145 | 240 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.06 |
| HSL | 255.79º | 0.76% | 0.75% | - |
| HSV(B) | 255.79º | 0.4% | 0.94% | - |
| XYZ | 42.43 | 35.09 | 86.97 | - |
| YUV | 163.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 240 | 0.29 | 0.40 | 0 | 0.06 | 255.79 | 0.76 | 0.75 |
| Hex | AA | 91 | F0 | 1D | 28 | 0 | 6 | 100 | 4C | 4B |
| Octal | 252 | 221 | 360 | 35 | 50 | 0 | 6 | 400 | 114 | 113 |
| Binary | 10101010 | 10010001 | 11110000 | 11101 | 101000 | 0 | 110 | 100000000 | 1001100 | 1001011 |
Color Harmonies of #AA91F0
Complementary color
Monochromatic Colors of #AA91F0
Black with #AA91F0
Text Example
Text Example
White with #AA91F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91F0; }
p { color: rgb(170,145,240); }
H1.HeaderClassName
{
color: #AA91F0;
}
.AnyTagClassName
{
color: #AA91F0;
}
</style>
background-color css
<style>
a { background-color: #AA91F0; }
a { background-color: rgb(170,145,240); }
div.DivClassName
{
background-color: #AA91F0;
}
.BgClassName
{
background-color: #AA91F0;
}
</style>
border-color css
<style>
span { border-color: #AA91F0; }
span { border-color: rgb(170,145,240); }
td.TdClassName
{
border-color: #AA91F0;
}
.TagClassName
{
border-color: #AA91F0;
}
</style>