Shades of Biloba Flower #AA8BE0
Tints of Biloba Flower #AA8BE0
RGB
CMYK
RGB Variations
Color information
#AA8BE0 (or 0xAA8BE0) is known color: Biloba Flower. HEX triplet: AA, 8B and E0. RGB value is (170,139,224). Sum of RGB (Red+Green+Blue) = 170+139+224=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA8BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BE0 is #55741F. Grayscale: #9D9D9D. Windows color (decimal): -5600288 or 14715818. OLE color: 14715818.
HSL color Cylindrical-coordinate representation of color #AA8BE0: hue angle of 261.88º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA8BE0 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 139 | 224 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.12 |
| HSL | 261.88º | 0.58% | 0.71% | - |
| HSV(B) | 261.88º | 0.38% | 0.88% | - |
| XYZ | 39.26 | 32.39 | 74.7 | - |
| YUV | 157.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 224 | 0.24 | 0.38 | 0 | 0.12 | 261.88 | 0.58 | 0.71 |
| Hex | AA | 8B | E0 | 18 | 26 | 0 | C | 106 | 3A | 47 |
| Octal | 252 | 213 | 340 | 30 | 46 | 0 | 14 | 406 | 72 | 107 |
| Binary | 10101010 | 10001011 | 11100000 | 11000 | 100110 | 0 | 1100 | 100000110 | 111010 | 1000111 |
Color Harmonies of #AA8BE0
Complementary color
Monochromatic Colors of #AA8BE0
Black with #AA8BE0
Text Example
Text Example
White with #AA8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BE0; }
p { color: rgb(170,139,224); }
H1.HeaderClassName
{
color: #AA8BE0;
}
.AnyTagClassName
{
color: #AA8BE0;
}
</style>
background-color css
<style>
a { background-color: #AA8BE0; }
a { background-color: rgb(170,139,224); }
div.DivClassName
{
background-color: #AA8BE0;
}
.BgClassName
{
background-color: #AA8BE0;
}
</style>
border-color css
<style>
span { border-color: #AA8BE0; }
span { border-color: rgb(170,139,224); }
td.TdClassName
{
border-color: #AA8BE0;
}
.TagClassName
{
border-color: #AA8BE0;
}
</style>