Shades of Biloba Flower #AA90E2
Tints of Biloba Flower #AA90E2
RGB
CMYK
RGB Variations
Color information
#AA90E2 (or 0xAA90E2) is known color: Biloba Flower. HEX triplet: AA, 90 and E2. RGB value is (170,144,226). Sum of RGB (Red+Green+Blue) = 170+144+226=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA90E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90E2 is #556F1D. Grayscale: #A0A0A0. Windows color (decimal): -5599006 or 14848170. OLE color: 14848170.
HSL color Cylindrical-coordinate representation of color #AA90E2: hue angle of 259.02º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA90E2 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 144 | 226 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.11 |
| HSL | 259.02º | 0.59% | 0.73% | - |
| HSV(B) | 259.02º | 0.36% | 0.89% | - |
| XYZ | 40.28 | 33.98 | 76.39 | - |
| YUV | 161.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 226 | 0.25 | 0.36 | 0 | 0.11 | 259.02 | 0.59 | 0.73 |
| Hex | AA | 90 | E2 | 19 | 24 | 0 | B | 103 | 3B | 49 |
| Octal | 252 | 220 | 342 | 31 | 44 | 0 | 13 | 403 | 73 | 111 |
| Binary | 10101010 | 10010000 | 11100010 | 11001 | 100100 | 0 | 1011 | 100000011 | 111011 | 1001001 |
Color Harmonies of #AA90E2
Complementary color
Monochromatic Colors of #AA90E2
Black with #AA90E2
Text Example
Text Example
White with #AA90E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90E2; }
p { color: rgb(170,144,226); }
H1.HeaderClassName
{
color: #AA90E2;
}
.AnyTagClassName
{
color: #AA90E2;
}
</style>
background-color css
<style>
a { background-color: #AA90E2; }
a { background-color: rgb(170,144,226); }
div.DivClassName
{
background-color: #AA90E2;
}
.BgClassName
{
background-color: #AA90E2;
}
</style>
border-color css
<style>
span { border-color: #AA90E2; }
span { border-color: rgb(170,144,226); }
td.TdClassName
{
border-color: #AA90E2;
}
.TagClassName
{
border-color: #AA90E2;
}
</style>