Shades of Biloba Flower #AA8EF4
Tints of Biloba Flower #AA8EF4
RGB
CMYK
RGB Variations
Color information
#AA8EF4 (or 0xAA8EF4) is known color: Biloba Flower. HEX triplet: AA, 8E and F4. RGB value is (170,142,244). Sum of RGB (Red+Green+Blue) = 170+142+244=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA8EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EF4 is #55710B. Grayscale: #A1A1A1. Windows color (decimal): -5599500 or 16027306. OLE color: 16027306.
HSL color Cylindrical-coordinate representation of color #AA8EF4: hue angle of 256.47º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA8EF4 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 142 | 244 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.04 |
| HSL | 256.47º | 0.82% | 0.76% | - |
| HSV(B) | 256.47º | 0.42% | 0.96% | - |
| XYZ | 42.58 | 34.42 | 89.99 | - |
| YUV | 162 | 174.28 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 244 | 0.30 | 0.42 | 0 | 0.04 | 256.47 | 0.82 | 0.76 |
| Hex | AA | 8E | F4 | 1E | 2A | 0 | 4 | 100 | 52 | 4C |
| Octal | 252 | 216 | 364 | 36 | 52 | 0 | 4 | 400 | 122 | 114 |
| Binary | 10101010 | 10001110 | 11110100 | 11110 | 101010 | 0 | 100 | 100000000 | 1010010 | 1001100 |
Color Harmonies of #AA8EF4
Complementary color
Monochromatic Colors of #AA8EF4
Black with #AA8EF4
Text Example
Text Example
White with #AA8EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8EF4; }
p { color: rgb(170,142,244); }
H1.HeaderClassName
{
color: #AA8EF4;
}
.AnyTagClassName
{
color: #AA8EF4;
}
</style>
background-color css
<style>
a { background-color: #AA8EF4; }
a { background-color: rgb(170,142,244); }
div.DivClassName
{
background-color: #AA8EF4;
}
.BgClassName
{
background-color: #AA8EF4;
}
</style>
border-color css
<style>
span { border-color: #AA8EF4; }
span { border-color: rgb(170,142,244); }
td.TdClassName
{
border-color: #AA8EF4;
}
.TagClassName
{
border-color: #AA8EF4;
}
</style>