Shades of Biloba Flower #AA8DDD
Tints of Biloba Flower #AA8DDD
RGB
CMYK
RGB Variations
Color information
#AA8DDD (or 0xAA8DDD) is known color: Biloba Flower. HEX triplet: AA, 8D and DD. RGB value is (170,141,221). Sum of RGB (Red+Green+Blue) = 170+141+221=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DDD is #557222. Grayscale: #9E9E9E. Windows color (decimal): -5599779 or 14519722. OLE color: 14519722.
HSL color Cylindrical-coordinate representation of color #AA8DDD: hue angle of 261.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA8DDD is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 141 | 221 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.13 |
| HSL | 261.75º | 0.54% | 0.71% | - |
| HSV(B) | 261.75º | 0.36% | 0.87% | - |
| XYZ | 39.15 | 32.82 | 72.68 | - |
| YUV | 158.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 221 | 0.23 | 0.36 | 0 | 0.13 | 261.75 | 0.54 | 0.71 |
| Hex | AA | 8D | DD | 17 | 24 | 0 | D | 106 | 36 | 47 |
| Octal | 252 | 215 | 335 | 27 | 44 | 0 | 15 | 406 | 66 | 107 |
| Binary | 10101010 | 10001101 | 11011101 | 10111 | 100100 | 0 | 1101 | 100000110 | 110110 | 1000111 |
Color Harmonies of #AA8DDD
Complementary color
Monochromatic Colors of #AA8DDD
Black with #AA8DDD
Text Example
Text Example
White with #AA8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DDD; }
p { color: rgb(170,141,221); }
H1.HeaderClassName
{
color: #AA8DDD;
}
.AnyTagClassName
{
color: #AA8DDD;
}
</style>
background-color css
<style>
a { background-color: #AA8DDD; }
a { background-color: rgb(170,141,221); }
div.DivClassName
{
background-color: #AA8DDD;
}
.BgClassName
{
background-color: #AA8DDD;
}
</style>
border-color css
<style>
span { border-color: #AA8DDD; }
span { border-color: rgb(170,141,221); }
td.TdClassName
{
border-color: #AA8DDD;
}
.TagClassName
{
border-color: #AA8DDD;
}
</style>