Shades of Biloba Flower #AA8FF9
Tints of Biloba Flower #AA8FF9
RGB
CMYK
RGB Variations
Color information
#AA8FF9 (or 0xAA8FF9) is known color: Biloba Flower. HEX triplet: AA, 8F and F9. RGB value is (170,143,249). Sum of RGB (Red+Green+Blue) = 170+143+249=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA8FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FF9 is #557006. Grayscale: #A2A2A2. Windows color (decimal): -5599239 or 16355242. OLE color: 16355242.
HSL color Cylindrical-coordinate representation of color #AA8FF9: hue angle of 255.28º 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 #AA8FF9 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 143 | 249 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.02 |
| HSL | 255.28º | 0.9% | 0.77% | - |
| HSV(B) | 255.28º | 0.43% | 0.98% | - |
| XYZ | 43.5 | 35.03 | 94.09 | - |
| YUV | 163.16 | 176.45 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 249 | 0.32 | 0.43 | 0 | 0.02 | 255.28 | 0.9 | 0.77 |
| Hex | AA | 8F | F9 | 20 | 2B | 0 | 2 | FF | 5A | 4D |
| Octal | 252 | 217 | 371 | 40 | 53 | 0 | 2 | 377 | 132 | 115 |
| Binary | 10101010 | 10001111 | 11111001 | 100000 | 101011 | 0 | 10 | 11111111 | 1011010 | 1001101 |
Color Harmonies of #AA8FF9
Complementary color
Monochromatic Colors of #AA8FF9
Black with #AA8FF9
Text Example
Text Example
White with #AA8FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FF9; }
p { color: rgb(170,143,249); }
H1.HeaderClassName
{
color: #AA8FF9;
}
.AnyTagClassName
{
color: #AA8FF9;
}
</style>
background-color css
<style>
a { background-color: #AA8FF9; }
a { background-color: rgb(170,143,249); }
div.DivClassName
{
background-color: #AA8FF9;
}
.BgClassName
{
background-color: #AA8FF9;
}
</style>
border-color css
<style>
span { border-color: #AA8FF9; }
span { border-color: rgb(170,143,249); }
td.TdClassName
{
border-color: #AA8FF9;
}
.TagClassName
{
border-color: #AA8FF9;
}
</style>