Shades of Biloba Flower #AA99C6
Tints of Biloba Flower #AA99C6
RGB
CMYK
RGB Variations
Color information
#AA99C6 (or 0xAA99C6) is known color: Biloba Flower. HEX triplet: AA, 99 and C6. RGB value is (170,153,198). Sum of RGB (Red+Green+Blue) = 170+153+198=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA99C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99C6 is #556639. Grayscale: #A3A3A3. Windows color (decimal): -5596730 or 13015466. OLE color: 13015466.
HSL color Cylindrical-coordinate representation of color #AA99C6: hue angle of 262.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA99C6 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 153 | 198 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.22 |
| HSL | 262.67º | 0.28% | 0.69% | - |
| HSV(B) | 262.67º | 0.23% | 0.78% | - |
| XYZ | 38.16 | 35.41 | 58.25 | - |
| YUV | 163.21 | 147.63 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 198 | 0.14 | 0.23 | 0 | 0.22 | 262.67 | 0.28 | 0.69 |
| Hex | AA | 99 | C6 | E | 17 | 0 | 16 | 107 | 1C | 45 |
| Octal | 252 | 231 | 306 | 16 | 27 | 0 | 26 | 407 | 34 | 105 |
| Binary | 10101010 | 10011001 | 11000110 | 1110 | 10111 | 0 | 10110 | 100000111 | 11100 | 1000101 |
Color Harmonies of #AA99C6
Complementary color
Monochromatic Colors of #AA99C6
Black with #AA99C6
Text Example
Text Example
White with #AA99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99C6; }
p { color: rgb(170,153,198); }
H1.HeaderClassName
{
color: #AA99C6;
}
.AnyTagClassName
{
color: #AA99C6;
}
</style>
background-color css
<style>
a { background-color: #AA99C6; }
a { background-color: rgb(170,153,198); }
div.DivClassName
{
background-color: #AA99C6;
}
.BgClassName
{
background-color: #AA99C6;
}
</style>
border-color css
<style>
span { border-color: #AA99C6; }
span { border-color: rgb(170,153,198); }
td.TdClassName
{
border-color: #AA99C6;
}
.TagClassName
{
border-color: #AA99C6;
}
</style>