Shades of Biloba Flower #AA99C5
Tints of Biloba Flower #AA99C5
RGB
CMYK
RGB Variations
Color information
#AA99C5 (or 0xAA99C5) is known color: Biloba Flower. HEX triplet: AA, 99 and C5. RGB value is (170,153,197). Sum of RGB (Red+Green+Blue) = 170+153+197=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA99C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99C5 is #55663A. Grayscale: #A2A2A2. Windows color (decimal): -5596731 or 12949930. OLE color: 12949930.
HSL color Cylindrical-coordinate representation of color #AA99C5: hue angle of 263.18º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA99C5 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 153 | 197 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.23 |
| HSL | 263.18º | 0.28% | 0.69% | - |
| HSV(B) | 263.18º | 0.22% | 0.77% | - |
| XYZ | 38.05 | 35.36 | 57.64 | - |
| YUV | 163.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 197 | 0.14 | 0.22 | 0 | 0.23 | 263.18 | 0.28 | 0.69 |
| Hex | AA | 99 | C5 | E | 16 | 0 | 17 | 107 | 1C | 45 |
| Octal | 252 | 231 | 305 | 16 | 26 | 0 | 27 | 407 | 34 | 105 |
| Binary | 10101010 | 10011001 | 11000101 | 1110 | 10110 | 0 | 10111 | 100000111 | 11100 | 1000101 |
Color Harmonies of #AA99C5
Complementary color
Monochromatic Colors of #AA99C5
Black with #AA99C5
Text Example
Text Example
White with #AA99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99C5; }
p { color: rgb(170,153,197); }
H1.HeaderClassName
{
color: #AA99C5;
}
.AnyTagClassName
{
color: #AA99C5;
}
</style>
background-color css
<style>
a { background-color: #AA99C5; }
a { background-color: rgb(170,153,197); }
div.DivClassName
{
background-color: #AA99C5;
}
.BgClassName
{
background-color: #AA99C5;
}
</style>
border-color css
<style>
span { border-color: #AA99C5; }
span { border-color: rgb(170,153,197); }
td.TdClassName
{
border-color: #AA99C5;
}
.TagClassName
{
border-color: #AA99C5;
}
</style>