Shades of Biloba Flower #AA94C9
Tints of Biloba Flower #AA94C9
RGB
CMYK
RGB Variations
Color information
#AA94C9 (or 0xAA94C9) is known color: Biloba Flower. HEX triplet: AA, 94 and C9. RGB value is (170,148,201). Sum of RGB (Red+Green+Blue) = 170+148+201=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA94C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94C9 is #556B36. Grayscale: #A0A0A0. Windows color (decimal): -5598007 or 13210794. OLE color: 13210794.
HSL color Cylindrical-coordinate representation of color #AA94C9: hue angle of 264.91º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA94C9 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 148 | 201 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.21 |
| HSL | 264.91º | 0.33% | 0.68% | - |
| HSV(B) | 264.91º | 0.26% | 0.79% | - |
| XYZ | 37.71 | 33.94 | 59.82 | - |
| YUV | 160.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 201 | 0.15 | 0.26 | 0 | 0.21 | 264.91 | 0.33 | 0.68 |
| Hex | AA | 94 | C9 | F | 1A | 0 | 15 | 109 | 21 | 44 |
| Octal | 252 | 224 | 311 | 17 | 32 | 0 | 25 | 411 | 41 | 104 |
| Binary | 10101010 | 10010100 | 11001001 | 1111 | 11010 | 0 | 10101 | 100001001 | 100001 | 1000100 |
Color Harmonies of #AA94C9
Complementary color
Monochromatic Colors of #AA94C9
Black with #AA94C9
Text Example
Text Example
White with #AA94C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA94C9; }
p { color: rgb(170,148,201); }
H1.HeaderClassName
{
color: #AA94C9;
}
.AnyTagClassName
{
color: #AA94C9;
}
</style>
background-color css
<style>
a { background-color: #AA94C9; }
a { background-color: rgb(170,148,201); }
div.DivClassName
{
background-color: #AA94C9;
}
.BgClassName
{
background-color: #AA94C9;
}
</style>
border-color css
<style>
span { border-color: #AA94C9; }
span { border-color: rgb(170,148,201); }
td.TdClassName
{
border-color: #AA94C9;
}
.TagClassName
{
border-color: #AA94C9;
}
</style>