Shades of Biloba Flower #AA87E6
Tints of Biloba Flower #AA87E6
RGB
CMYK
RGB Variations
Color information
#AA87E6 (or 0xAA87E6) is known color: Biloba Flower. HEX triplet: AA, 87 and E6. RGB value is (170,135,230). Sum of RGB (Red+Green+Blue) = 170+135+230=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA87E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA87E6 is #557819. Grayscale: #9B9B9B. Windows color (decimal): -5601306 or 15108010. OLE color: 15108010.
HSL color Cylindrical-coordinate representation of color #AA87E6: hue angle of 262.11º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA87E6 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 135 | 230 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.10 |
| HSL | 262.11º | 0.66% | 0.72% | - |
| HSV(B) | 262.11º | 0.41% | 0.9% | - |
| XYZ | 39.52 | 31.59 | 78.88 | - |
| YUV | 156.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 230 | 0.26 | 0.41 | 0 | 0.10 | 262.11 | 0.66 | 0.72 |
| Hex | AA | 87 | E6 | 1A | 29 | 0 | A | 106 | 42 | 48 |
| Octal | 252 | 207 | 346 | 32 | 51 | 0 | 12 | 406 | 102 | 110 |
| Binary | 10101010 | 10000111 | 11100110 | 11010 | 101001 | 0 | 1010 | 100000110 | 1000010 | 1001000 |
Color Harmonies of #AA87E6
Complementary color
Monochromatic Colors of #AA87E6
Black with #AA87E6
Text Example
Text Example
White with #AA87E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA87E6; }
p { color: rgb(170,135,230); }
H1.HeaderClassName
{
color: #AA87E6;
}
.AnyTagClassName
{
color: #AA87E6;
}
</style>
background-color css
<style>
a { background-color: #AA87E6; }
a { background-color: rgb(170,135,230); }
div.DivClassName
{
background-color: #AA87E6;
}
.BgClassName
{
background-color: #AA87E6;
}
</style>
border-color css
<style>
span { border-color: #AA87E6; }
span { border-color: rgb(170,135,230); }
td.TdClassName
{
border-color: #AA87E6;
}
.TagClassName
{
border-color: #AA87E6;
}
</style>