Shades of Biloba Flower #AA99D9
Tints of Biloba Flower #AA99D9
RGB
CMYK
RGB Variations
Color information
#AA99D9 (or 0xAA99D9) is known color: Biloba Flower. HEX triplet: AA, 99 and D9. RGB value is (170,153,217). Sum of RGB (Red+Green+Blue) = 170+153+217=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA99D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99D9 is #556626. Grayscale: #A5A5A5. Windows color (decimal): -5596711 or 14260650. OLE color: 14260650.
HSL color Cylindrical-coordinate representation of color #AA99D9: hue angle of 255.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA99D9 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 153 | 217 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.15 |
| HSL | 255.94º | 0.46% | 0.73% | - |
| HSV(B) | 255.94º | 0.29% | 0.85% | - |
| XYZ | 40.49 | 36.34 | 70.53 | - |
| YUV | 165.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 217 | 0.22 | 0.29 | 0 | 0.15 | 255.94 | 0.46 | 0.73 |
| Hex | AA | 99 | D9 | 16 | 1D | 0 | F | 100 | 2E | 49 |
| Octal | 252 | 231 | 331 | 26 | 35 | 0 | 17 | 400 | 56 | 111 |
| Binary | 10101010 | 10011001 | 11011001 | 10110 | 11101 | 0 | 1111 | 100000000 | 101110 | 1001001 |
Color Harmonies of #AA99D9
Complementary color
Monochromatic Colors of #AA99D9
Black with #AA99D9
Text Example
Text Example
White with #AA99D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99D9; }
p { color: rgb(170,153,217); }
H1.HeaderClassName
{
color: #AA99D9;
}
.AnyTagClassName
{
color: #AA99D9;
}
</style>
background-color css
<style>
a { background-color: #AA99D9; }
a { background-color: rgb(170,153,217); }
div.DivClassName
{
background-color: #AA99D9;
}
.BgClassName
{
background-color: #AA99D9;
}
</style>
border-color css
<style>
span { border-color: #AA99D9; }
span { border-color: rgb(170,153,217); }
td.TdClassName
{
border-color: #AA99D9;
}
.TagClassName
{
border-color: #AA99D9;
}
</style>