Shades of Biloba Flower #AA99D8
Tints of Biloba Flower #AA99D8
RGB
CMYK
RGB Variations
Color information
#AA99D8 (or 0xAA99D8) is known color: Biloba Flower. HEX triplet: AA, 99 and D8. RGB value is (170,153,216). Sum of RGB (Red+Green+Blue) = 170+153+216=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA99D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99D8 is #556627. Grayscale: #A5A5A5. Windows color (decimal): -5596712 or 14195114. OLE color: 14195114.
HSL color Cylindrical-coordinate representation of color #AA99D8: hue angle of 256.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA99D8 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 153 | 216 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.15 |
| HSL | 256.19º | 0.45% | 0.72% | - |
| HSV(B) | 256.19º | 0.29% | 0.85% | - |
| XYZ | 40.36 | 36.29 | 69.84 | - |
| YUV | 165.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 216 | 0.21 | 0.29 | 0 | 0.15 | 256.19 | 0.45 | 0.72 |
| Hex | AA | 99 | D8 | 15 | 1D | 0 | F | 100 | 2D | 48 |
| Octal | 252 | 231 | 330 | 25 | 35 | 0 | 17 | 400 | 55 | 110 |
| Binary | 10101010 | 10011001 | 11011000 | 10101 | 11101 | 0 | 1111 | 100000000 | 101101 | 1001000 |
Color Harmonies of #AA99D8
Complementary color
Monochromatic Colors of #AA99D8
Black with #AA99D8
Text Example
Text Example
White with #AA99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99D8; }
p { color: rgb(170,153,216); }
H1.HeaderClassName
{
color: #AA99D8;
}
.AnyTagClassName
{
color: #AA99D8;
}
</style>
background-color css
<style>
a { background-color: #AA99D8; }
a { background-color: rgb(170,153,216); }
div.DivClassName
{
background-color: #AA99D8;
}
.BgClassName
{
background-color: #AA99D8;
}
</style>
border-color css
<style>
span { border-color: #AA99D8; }
span { border-color: rgb(170,153,216); }
td.TdClassName
{
border-color: #AA99D8;
}
.TagClassName
{
border-color: #AA99D8;
}
</style>