Shades of Biloba Flower #AA99D5
Tints of Biloba Flower #AA99D5
RGB
CMYK
RGB Variations
Color information
#AA99D5 (or 0xAA99D5) is known color: Biloba Flower. HEX triplet: AA, 99 and D5. RGB value is (170,153,213). Sum of RGB (Red+Green+Blue) = 170+153+213=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA99D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99D5 is #55662A. Grayscale: #A4A4A4. Windows color (decimal): -5596715 or 13998506. OLE color: 13998506.
HSL color Cylindrical-coordinate representation of color #AA99D5: hue angle of 257º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA99D5 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 153 | 213 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.16 |
| HSL | 257º | 0.42% | 0.72% | - |
| HSV(B) | 257º | 0.28% | 0.84% | - |
| XYZ | 39.98 | 36.13 | 67.82 | - |
| YUV | 164.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 213 | 0.20 | 0.28 | 0 | 0.16 | 257 | 0.42 | 0.72 |
| Hex | AA | 99 | D5 | 14 | 1C | 0 | 10 | 101 | 2A | 48 |
| Octal | 252 | 231 | 325 | 24 | 34 | 0 | 20 | 401 | 52 | 110 |
| Binary | 10101010 | 10011001 | 11010101 | 10100 | 11100 | 0 | 10000 | 100000001 | 101010 | 1001000 |
Color Harmonies of #AA99D5
Complementary color
Monochromatic Colors of #AA99D5
Black with #AA99D5
Text Example
Text Example
White with #AA99D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99D5; }
p { color: rgb(170,153,213); }
H1.HeaderClassName
{
color: #AA99D5;
}
.AnyTagClassName
{
color: #AA99D5;
}
</style>
background-color css
<style>
a { background-color: #AA99D5; }
a { background-color: rgb(170,153,213); }
div.DivClassName
{
background-color: #AA99D5;
}
.BgClassName
{
background-color: #AA99D5;
}
</style>
border-color css
<style>
span { border-color: #AA99D5; }
span { border-color: rgb(170,153,213); }
td.TdClassName
{
border-color: #AA99D5;
}
.TagClassName
{
border-color: #AA99D5;
}
</style>