Shades of Biloba Flower #AA90C9
Tints of Biloba Flower #AA90C9
RGB
CMYK
RGB Variations
Color information
#AA90C9 (or 0xAA90C9) is known color: Biloba Flower. HEX triplet: AA, 90 and C9. RGB value is (170,144,201). Sum of RGB (Red+Green+Blue) = 170+144+201=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA90C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90C9 is #556F36. Grayscale: #9E9E9E. Windows color (decimal): -5599031 or 13209770. OLE color: 13209770.
HSL color Cylindrical-coordinate representation of color #AA90C9: hue angle of 267.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA90C9 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 144 | 201 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.21 |
| HSL | 267.37º | 0.35% | 0.68% | - |
| HSV(B) | 267.37º | 0.28% | 0.79% | - |
| XYZ | 37.09 | 32.71 | 59.62 | - |
| YUV | 158.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 201 | 0.15 | 0.28 | 0 | 0.21 | 267.37 | 0.35 | 0.68 |
| Hex | AA | 90 | C9 | F | 1C | 0 | 15 | 10B | 23 | 44 |
| Octal | 252 | 220 | 311 | 17 | 34 | 0 | 25 | 413 | 43 | 104 |
| Binary | 10101010 | 10010000 | 11001001 | 1111 | 11100 | 0 | 10101 | 100001011 | 100011 | 1000100 |
Color Harmonies of #AA90C9
Complementary color
Monochromatic Colors of #AA90C9
Black with #AA90C9
Text Example
Text Example
White with #AA90C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90C9; }
p { color: rgb(170,144,201); }
H1.HeaderClassName
{
color: #AA90C9;
}
.AnyTagClassName
{
color: #AA90C9;
}
</style>
background-color css
<style>
a { background-color: #AA90C9; }
a { background-color: rgb(170,144,201); }
div.DivClassName
{
background-color: #AA90C9;
}
.BgClassName
{
background-color: #AA90C9;
}
</style>
border-color css
<style>
span { border-color: #AA90C9; }
span { border-color: rgb(170,144,201); }
td.TdClassName
{
border-color: #AA90C9;
}
.TagClassName
{
border-color: #AA90C9;
}
</style>