Shades of Biloba Flower #AA8BDD
Tints of Biloba Flower #AA8BDD
RGB
CMYK
RGB Variations
Color information
#AA8BDD (or 0xAA8BDD) is known color: Biloba Flower. HEX triplet: AA, 8B and DD. RGB value is (170,139,221). Sum of RGB (Red+Green+Blue) = 170+139+221=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA8BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BDD is #557422. Grayscale: #9D9D9D. Windows color (decimal): -5600291 or 14519210. OLE color: 14519210.
HSL color Cylindrical-coordinate representation of color #AA8BDD: hue angle of 262.68º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA8BDD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 139 | 221 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.13 |
| HSL | 262.68º | 0.55% | 0.71% | - |
| HSV(B) | 262.68º | 0.37% | 0.87% | - |
| XYZ | 38.86 | 32.23 | 72.58 | - |
| YUV | 157.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 221 | 0.23 | 0.37 | 0 | 0.13 | 262.68 | 0.55 | 0.71 |
| Hex | AA | 8B | DD | 17 | 25 | 0 | D | 107 | 37 | 47 |
| Octal | 252 | 213 | 335 | 27 | 45 | 0 | 15 | 407 | 67 | 107 |
| Binary | 10101010 | 10001011 | 11011101 | 10111 | 100101 | 0 | 1101 | 100000111 | 110111 | 1000111 |
Color Harmonies of #AA8BDD
Complementary color
Monochromatic Colors of #AA8BDD
Black with #AA8BDD
Text Example
Text Example
White with #AA8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BDD; }
p { color: rgb(170,139,221); }
H1.HeaderClassName
{
color: #AA8BDD;
}
.AnyTagClassName
{
color: #AA8BDD;
}
</style>
background-color css
<style>
a { background-color: #AA8BDD; }
a { background-color: rgb(170,139,221); }
div.DivClassName
{
background-color: #AA8BDD;
}
.BgClassName
{
background-color: #AA8BDD;
}
</style>
border-color css
<style>
span { border-color: #AA8BDD; }
span { border-color: rgb(170,139,221); }
td.TdClassName
{
border-color: #AA8BDD;
}
.TagClassName
{
border-color: #AA8BDD;
}
</style>