Shades of Biloba Flower #AA90EE
Tints of Biloba Flower #AA90EE
RGB
CMYK
RGB Variations
Color information
#AA90EE (or 0xAA90EE) is known color: Biloba Flower. HEX triplet: AA, 90 and EE. RGB value is (170,144,238). Sum of RGB (Red+Green+Blue) = 170+144+238=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA90EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90EE is #556F11. Grayscale: #A2A2A2. Windows color (decimal): -5598994 or 15634602. OLE color: 15634602.
HSL color Cylindrical-coordinate representation of color #AA90EE: hue angle of 256.6º degrees, saturation: 0.73, 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 #AA90EE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 144 | 238 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.07 |
| HSL | 256.6º | 0.73% | 0.75% | - |
| HSV(B) | 256.6º | 0.39% | 0.93% | - |
| XYZ | 41.98 | 34.67 | 85.37 | - |
| YUV | 162.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 238 | 0.29 | 0.39 | 0 | 0.07 | 256.6 | 0.73 | 0.75 |
| Hex | AA | 90 | EE | 1D | 27 | 0 | 7 | 101 | 49 | 4B |
| Octal | 252 | 220 | 356 | 35 | 47 | 0 | 7 | 401 | 111 | 113 |
| Binary | 10101010 | 10010000 | 11101110 | 11101 | 100111 | 0 | 111 | 100000001 | 1001001 | 1001011 |
Color Harmonies of #AA90EE
Complementary color
Monochromatic Colors of #AA90EE
Black with #AA90EE
Text Example
Text Example
White with #AA90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90EE; }
p { color: rgb(170,144,238); }
H1.HeaderClassName
{
color: #AA90EE;
}
.AnyTagClassName
{
color: #AA90EE;
}
</style>
background-color css
<style>
a { background-color: #AA90EE; }
a { background-color: rgb(170,144,238); }
div.DivClassName
{
background-color: #AA90EE;
}
.BgClassName
{
background-color: #AA90EE;
}
</style>
border-color css
<style>
span { border-color: #AA90EE; }
span { border-color: rgb(170,144,238); }
td.TdClassName
{
border-color: #AA90EE;
}
.TagClassName
{
border-color: #AA90EE;
}
</style>