Shades of Biloba Flower #AA8EF9
Tints of Biloba Flower #AA8EF9
RGB
CMYK
RGB Variations
Color information
#AA8EF9 (or 0xAA8EF9) is known color: Biloba Flower. HEX triplet: AA, 8E and F9. RGB value is (170,142,249). Sum of RGB (Red+Green+Blue) = 170+142+249=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA8EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EF9 is #557106. Grayscale: #A2A2A2. Windows color (decimal): -5599495 or 16354986. OLE color: 16354986.
HSL color Cylindrical-coordinate representation of color #AA8EF9: hue angle of 255.7º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8EF9 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 142 | 249 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.02 |
| HSL | 255.7º | 0.9% | 0.77% | - |
| HSV(B) | 255.7º | 0.43% | 0.98% | - |
| XYZ | 43.35 | 34.73 | 94.04 | - |
| YUV | 162.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 249 | 0.32 | 0.43 | 0 | 0.02 | 255.7 | 0.9 | 0.77 |
| Hex | AA | 8E | F9 | 20 | 2B | 0 | 2 | 100 | 5A | 4D |
| Octal | 252 | 216 | 371 | 40 | 53 | 0 | 2 | 400 | 132 | 115 |
| Binary | 10101010 | 10001110 | 11111001 | 100000 | 101011 | 0 | 10 | 100000000 | 1011010 | 1001101 |
Color Harmonies of #AA8EF9
Complementary color
Monochromatic Colors of #AA8EF9
Black with #AA8EF9
Text Example
Text Example
White with #AA8EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8EF9; }
p { color: rgb(170,142,249); }
H1.HeaderClassName
{
color: #AA8EF9;
}
.AnyTagClassName
{
color: #AA8EF9;
}
</style>
background-color css
<style>
a { background-color: #AA8EF9; }
a { background-color: rgb(170,142,249); }
div.DivClassName
{
background-color: #AA8EF9;
}
.BgClassName
{
background-color: #AA8EF9;
}
</style>
border-color css
<style>
span { border-color: #AA8EF9; }
span { border-color: rgb(170,142,249); }
td.TdClassName
{
border-color: #AA8EF9;
}
.TagClassName
{
border-color: #AA8EF9;
}
</style>