Shades of Biloba Flower #AA99DD
Tints of Biloba Flower #AA99DD
RGB
CMYK
RGB Variations
Color information
#AA99DD (or 0xAA99DD) is known color: Biloba Flower. HEX triplet: AA, 99 and DD. RGB value is (170,153,221). Sum of RGB (Red+Green+Blue) = 170+153+221=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99DD is #556622. Grayscale: #A5A5A5. Windows color (decimal): -5596707 or 14522794. OLE color: 14522794.
HSL color Cylindrical-coordinate representation of color #AA99DD: hue angle of 255º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA99DD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 153 | 221 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.13 |
| HSL | 255º | 0.5% | 0.73% | - |
| HSV(B) | 255º | 0.31% | 0.87% | - |
| XYZ | 41.02 | 36.55 | 73.3 | - |
| YUV | 165.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 221 | 0.23 | 0.31 | 0 | 0.13 | 255 | 0.5 | 0.73 |
| Hex | AA | 99 | DD | 17 | 1F | 0 | D | FF | 32 | 49 |
| Octal | 252 | 231 | 335 | 27 | 37 | 0 | 15 | 377 | 62 | 111 |
| Binary | 10101010 | 10011001 | 11011101 | 10111 | 11111 | 0 | 1101 | 11111111 | 110010 | 1001001 |
Color Harmonies of #AA99DD
Complementary color
Monochromatic Colors of #AA99DD
Black with #AA99DD
Text Example
Text Example
White with #AA99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99DD; }
p { color: rgb(170,153,221); }
H1.HeaderClassName
{
color: #AA99DD;
}
.AnyTagClassName
{
color: #AA99DD;
}
</style>
background-color css
<style>
a { background-color: #AA99DD; }
a { background-color: rgb(170,153,221); }
div.DivClassName
{
background-color: #AA99DD;
}
.BgClassName
{
background-color: #AA99DD;
}
</style>
border-color css
<style>
span { border-color: #AA99DD; }
span { border-color: rgb(170,153,221); }
td.TdClassName
{
border-color: #AA99DD;
}
.TagClassName
{
border-color: #AA99DD;
}
</style>