Shades of Biloba Flower #AA90F0
Tints of Biloba Flower #AA90F0
RGB
CMYK
RGB Variations
Color information
#AA90F0 (or 0xAA90F0) is known color: Biloba Flower. HEX triplet: AA, 90 and F0. RGB value is (170,144,240). Sum of RGB (Red+Green+Blue) = 170+144+240=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA90F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90F0 is #556F0F. Grayscale: #A2A2A2. Windows color (decimal): -5598992 or 15765674. OLE color: 15765674.
HSL color Cylindrical-coordinate representation of color #AA90F0: hue angle of 256.25º 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 #AA90F0 is Cyan = 0.29, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 144 | 240 | - |
| CMYK | 0.29 | 0.4 | 0 | 0.06 |
| HSL | 256.25º | 0.76% | 0.75% | - |
| HSV(B) | 256.25º | 0.4% | 0.94% | - |
| XYZ | 42.28 | 34.78 | 86.92 | - |
| YUV | 162.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 240 | 0.29 | 0.4 | 0 | 0.06 | 256.25 | 0.76 | 0.75 |
| Hex | AA | 90 | F0 | 1D | 28 | 0 | 6 | 100 | 4C | 4B |
| Octal | 252 | 220 | 360 | 35 | 50 | 0 | 6 | 400 | 114 | 113 |
| Binary | 10101010 | 10010000 | 11110000 | 11101 | 101000 | 0 | 110 | 100000000 | 1001100 | 1001011 |
Color Harmonies of #AA90F0
Complementary color
Monochromatic Colors of #AA90F0
Black with #AA90F0
Text Example
Text Example
White with #AA90F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90F0; }
p { color: rgb(170,144,240); }
H1.HeaderClassName
{
color: #AA90F0;
}
.AnyTagClassName
{
color: #AA90F0;
}
</style>
background-color css
<style>
a { background-color: #AA90F0; }
a { background-color: rgb(170,144,240); }
div.DivClassName
{
background-color: #AA90F0;
}
.BgClassName
{
background-color: #AA90F0;
}
</style>
border-color css
<style>
span { border-color: #AA90F0; }
span { border-color: rgb(170,144,240); }
td.TdClassName
{
border-color: #AA90F0;
}
.TagClassName
{
border-color: #AA90F0;
}
</style>