Shades of Biloba Flower #AA90FE
Tints of Biloba Flower #AA90FE
RGB
CMYK
RGB Variations
Color information
#AA90FE (or 0xAA90FE) is known color: Biloba Flower. HEX triplet: AA, 90 and FE. RGB value is (170,144,254). Sum of RGB (Red+Green+Blue) = 170+144+254=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90FE is #556F01. Grayscale: #A3A3A3. Windows color (decimal): -5598978 or 16683178. OLE color: 16683178.
HSL color Cylindrical-coordinate representation of color #AA90FE: hue angle of 254.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA90FE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 144 | 254 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.00 |
| HSL | 254.18º | 0.98% | 0.78% | - |
| HSV(B) | 254.18º | 0.43% | 1% | - |
| XYZ | 44.44 | 35.65 | 98.3 | - |
| YUV | 164.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 254 | 0.33 | 0.43 | 0 | 0.00 | 254.18 | 0.98 | 0.78 |
| Hex | AA | 90 | FE | 21 | 2B | 0 | 0 | FE | 62 | 4E |
| Octal | 252 | 220 | 376 | 41 | 53 | 0 | 0 | 376 | 142 | 116 |
| Binary | 10101010 | 10010000 | 11111110 | 100001 | 101011 | 0 | 0 | 11111110 | 1100010 | 1001110 |
Color Harmonies of #AA90FE
Complementary color
Monochromatic Colors of #AA90FE
Black with #AA90FE
Text Example
Text Example
White with #AA90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90FE; }
p { color: rgb(170,144,254); }
H1.HeaderClassName
{
color: #AA90FE;
}
.AnyTagClassName
{
color: #AA90FE;
}
</style>
background-color css
<style>
a { background-color: #AA90FE; }
a { background-color: rgb(170,144,254); }
div.DivClassName
{
background-color: #AA90FE;
}
.BgClassName
{
background-color: #AA90FE;
}
</style>
border-color css
<style>
span { border-color: #AA90FE; }
span { border-color: rgb(170,144,254); }
td.TdClassName
{
border-color: #AA90FE;
}
.TagClassName
{
border-color: #AA90FE;
}
</style>