Shades of Biloba Flower #AA8AF9
Tints of Biloba Flower #AA8AF9
RGB
CMYK
RGB Variations
Color information
#AA8AF9 (or 0xAA8AF9) is known color: Biloba Flower. HEX triplet: AA, 8A and F9. RGB value is (170,138,249). Sum of RGB (Red+Green+Blue) = 170+138+249=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA8AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8AF9 is #557506. Grayscale: #9F9F9F. Windows color (decimal): -5600519 or 16353962. OLE color: 16353962.
HSL color Cylindrical-coordinate representation of color #AA8AF9: hue angle of 257.3º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA8AF9 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 138 | 249 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.02 |
| HSL | 257.3º | 0.9% | 0.76% | - |
| HSV(B) | 257.3º | 0.45% | 0.98% | - |
| XYZ | 42.76 | 33.56 | 93.85 | - |
| YUV | 160.22 | 178.1 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 249 | 0.32 | 0.45 | 0 | 0.02 | 257.3 | 0.9 | 0.76 |
| Hex | AA | 8A | F9 | 20 | 2D | 0 | 2 | 101 | 5A | 4C |
| Octal | 252 | 212 | 371 | 40 | 55 | 0 | 2 | 401 | 132 | 114 |
| Binary | 10101010 | 10001010 | 11111001 | 100000 | 101101 | 0 | 10 | 100000001 | 1011010 | 1001100 |
Color Harmonies of #AA8AF9
Complementary color
Monochromatic Colors of #AA8AF9
Black with #AA8AF9
Text Example
Text Example
White with #AA8AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AF9; }
p { color: rgb(170,138,249); }
H1.HeaderClassName
{
color: #AA8AF9;
}
.AnyTagClassName
{
color: #AA8AF9;
}
</style>
background-color css
<style>
a { background-color: #AA8AF9; }
a { background-color: rgb(170,138,249); }
div.DivClassName
{
background-color: #AA8AF9;
}
.BgClassName
{
background-color: #AA8AF9;
}
</style>
border-color css
<style>
span { border-color: #AA8AF9; }
span { border-color: rgb(170,138,249); }
td.TdClassName
{
border-color: #AA8AF9;
}
.TagClassName
{
border-color: #AA8AF9;
}
</style>