Shades of Biloba Flower #AA99DA
Tints of Biloba Flower #AA99DA
RGB
CMYK
RGB Variations
Color information
#AA99DA (or 0xAA99DA) is known color: Biloba Flower. HEX triplet: AA, 99 and DA. RGB value is (170,153,218). Sum of RGB (Red+Green+Blue) = 170+153+218=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99DA is #556625. Grayscale: #A5A5A5. Windows color (decimal): -5596710 or 14326186. OLE color: 14326186.
HSL color Cylindrical-coordinate representation of color #AA99DA: hue angle of 255.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA99DA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 153 | 218 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.15 |
| HSL | 255.69º | 0.47% | 0.73% | - |
| HSV(B) | 255.69º | 0.3% | 0.85% | - |
| XYZ | 40.62 | 36.39 | 71.21 | - |
| YUV | 165.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 218 | 0.22 | 0.30 | 0 | 0.15 | 255.69 | 0.47 | 0.73 |
| Hex | AA | 99 | DA | 16 | 1E | 0 | F | 100 | 2F | 49 |
| Octal | 252 | 231 | 332 | 26 | 36 | 0 | 17 | 400 | 57 | 111 |
| Binary | 10101010 | 10011001 | 11011010 | 10110 | 11110 | 0 | 1111 | 100000000 | 101111 | 1001001 |
Color Harmonies of #AA99DA
Complementary color
Monochromatic Colors of #AA99DA
Black with #AA99DA
Text Example
Text Example
White with #AA99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99DA; }
p { color: rgb(170,153,218); }
H1.HeaderClassName
{
color: #AA99DA;
}
.AnyTagClassName
{
color: #AA99DA;
}
</style>
background-color css
<style>
a { background-color: #AA99DA; }
a { background-color: rgb(170,153,218); }
div.DivClassName
{
background-color: #AA99DA;
}
.BgClassName
{
background-color: #AA99DA;
}
</style>
border-color css
<style>
span { border-color: #AA99DA; }
span { border-color: rgb(170,153,218); }
td.TdClassName
{
border-color: #AA99DA;
}
.TagClassName
{
border-color: #AA99DA;
}
</style>