Shades of Biloba Flower #AA9CE9
Tints of Biloba Flower #AA9CE9
RGB
CMYK
RGB Variations
Color information
#AA9CE9 (or 0xAA9CE9) is known color: Biloba Flower. HEX triplet: AA, 9C and E9. RGB value is (170,156,233). Sum of RGB (Red+Green+Blue) = 170+156+233=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA9CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CE9 is #556316. Grayscale: #A8A8A8. Windows color (decimal): -5595927 or 15309994. OLE color: 15309994.
HSL color Cylindrical-coordinate representation of color #AA9CE9: hue angle of 250.91º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9CE9 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 156 | 233 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.09 |
| HSL | 250.91º | 0.64% | 0.76% | - |
| HSV(B) | 250.91º | 0.33% | 0.91% | - |
| XYZ | 43.17 | 38.21 | 82.19 | - |
| YUV | 168.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 233 | 0.27 | 0.33 | 0 | 0.09 | 250.91 | 0.64 | 0.76 |
| Hex | AA | 9C | E9 | 1B | 21 | 0 | 9 | FB | 40 | 4C |
| Octal | 252 | 234 | 351 | 33 | 41 | 0 | 11 | 373 | 100 | 114 |
| Binary | 10101010 | 10011100 | 11101001 | 11011 | 100001 | 0 | 1001 | 11111011 | 1000000 | 1001100 |
Color Harmonies of #AA9CE9
Complementary color
Monochromatic Colors of #AA9CE9
Black with #AA9CE9
Text Example
Text Example
White with #AA9CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CE9; }
p { color: rgb(170,156,233); }
H1.HeaderClassName
{
color: #AA9CE9;
}
.AnyTagClassName
{
color: #AA9CE9;
}
</style>
background-color css
<style>
a { background-color: #AA9CE9; }
a { background-color: rgb(170,156,233); }
div.DivClassName
{
background-color: #AA9CE9;
}
.BgClassName
{
background-color: #AA9CE9;
}
</style>
border-color css
<style>
span { border-color: #AA9CE9; }
span { border-color: rgb(170,156,233); }
td.TdClassName
{
border-color: #AA9CE9;
}
.TagClassName
{
border-color: #AA9CE9;
}
</style>