Shades of Biloba Flower #AA86E5
Tints of Biloba Flower #AA86E5
RGB
CMYK
RGB Variations
Color information
#AA86E5 (or 0xAA86E5) is known color: Biloba Flower. HEX triplet: AA, 86 and E5. RGB value is (170,134,229). Sum of RGB (Red+Green+Blue) = 170+134+229=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA86E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86E5 is #55791A. Grayscale: #9B9B9B. Windows color (decimal): -5601563 or 15042218. OLE color: 15042218.
HSL color Cylindrical-coordinate representation of color #AA86E5: hue angle of 262.74º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA86E5 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 134 | 229 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.10 |
| HSL | 262.74º | 0.65% | 0.71% | - |
| HSV(B) | 262.74º | 0.41% | 0.9% | - |
| XYZ | 39.25 | 31.25 | 78.09 | - |
| YUV | 155.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 229 | 0.26 | 0.41 | 0 | 0.10 | 262.74 | 0.65 | 0.71 |
| Hex | AA | 86 | E5 | 1A | 29 | 0 | A | 107 | 41 | 47 |
| Octal | 252 | 206 | 345 | 32 | 51 | 0 | 12 | 407 | 101 | 107 |
| Binary | 10101010 | 10000110 | 11100101 | 11010 | 101001 | 0 | 1010 | 100000111 | 1000001 | 1000111 |
Color Harmonies of #AA86E5
Complementary color
Monochromatic Colors of #AA86E5
Black with #AA86E5
Text Example
Text Example
White with #AA86E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA86E5; }
p { color: rgb(170,134,229); }
H1.HeaderClassName
{
color: #AA86E5;
}
.AnyTagClassName
{
color: #AA86E5;
}
</style>
background-color css
<style>
a { background-color: #AA86E5; }
a { background-color: rgb(170,134,229); }
div.DivClassName
{
background-color: #AA86E5;
}
.BgClassName
{
background-color: #AA86E5;
}
</style>
border-color css
<style>
span { border-color: #AA86E5; }
span { border-color: rgb(170,134,229); }
td.TdClassName
{
border-color: #AA86E5;
}
.TagClassName
{
border-color: #AA86E5;
}
</style>