Shades of Biloba Flower #AA8CE9
Tints of Biloba Flower #AA8CE9
RGB
CMYK
RGB Variations
Color information
#AA8CE9 (or 0xAA8CE9) is known color: Biloba Flower. HEX triplet: AA, 8C and E9. RGB value is (170,140,233). Sum of RGB (Red+Green+Blue) = 170+140+233=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA8CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CE9 is #557316. Grayscale: #9F9F9F. Windows color (decimal): -5600023 or 15305898. OLE color: 15305898.
HSL color Cylindrical-coordinate representation of color #AA8CE9: hue angle of 259.35º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8CE9 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 140 | 233 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.09 |
| HSL | 259.35º | 0.68% | 0.73% | - |
| HSV(B) | 259.35º | 0.4% | 0.91% | - |
| XYZ | 40.66 | 33.19 | 81.35 | - |
| YUV | 159.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 233 | 0.27 | 0.40 | 0 | 0.09 | 259.35 | 0.68 | 0.73 |
| Hex | AA | 8C | E9 | 1B | 28 | 0 | 9 | 103 | 44 | 49 |
| Octal | 252 | 214 | 351 | 33 | 50 | 0 | 11 | 403 | 104 | 111 |
| Binary | 10101010 | 10001100 | 11101001 | 11011 | 101000 | 0 | 1001 | 100000011 | 1000100 | 1001001 |
Color Harmonies of #AA8CE9
Complementary color
Monochromatic Colors of #AA8CE9
Black with #AA8CE9
Text Example
Text Example
White with #AA8CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CE9; }
p { color: rgb(170,140,233); }
H1.HeaderClassName
{
color: #AA8CE9;
}
.AnyTagClassName
{
color: #AA8CE9;
}
</style>
background-color css
<style>
a { background-color: #AA8CE9; }
a { background-color: rgb(170,140,233); }
div.DivClassName
{
background-color: #AA8CE9;
}
.BgClassName
{
background-color: #AA8CE9;
}
</style>
border-color css
<style>
span { border-color: #AA8CE9; }
span { border-color: rgb(170,140,233); }
td.TdClassName
{
border-color: #AA8CE9;
}
.TagClassName
{
border-color: #AA8CE9;
}
</style>