Shades of Biloba Flower #AA9EDB
Tints of Biloba Flower #AA9EDB
RGB
CMYK
RGB Variations
Color information
#AA9EDB (or 0xAA9EDB) is known color: Biloba Flower. HEX triplet: AA, 9E and DB. RGB value is (170,158,219). Sum of RGB (Red+Green+Blue) = 170+158+219=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EDB is #556124. Grayscale: #A8A8A8. Windows color (decimal): -5595429 or 14393002. OLE color: 14393002.
HSL color Cylindrical-coordinate representation of color #AA9EDB: hue angle of 251.8º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9EDB is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 158 | 219 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.14 |
| HSL | 251.8º | 0.46% | 0.74% | - |
| HSV(B) | 251.8º | 0.28% | 0.86% | - |
| XYZ | 41.59 | 38.11 | 72.18 | - |
| YUV | 168.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 219 | 0.22 | 0.28 | 0 | 0.14 | 251.8 | 0.46 | 0.74 |
| Hex | AA | 9E | DB | 16 | 1C | 0 | E | FC | 2E | 4A |
| Octal | 252 | 236 | 333 | 26 | 34 | 0 | 16 | 374 | 56 | 112 |
| Binary | 10101010 | 10011110 | 11011011 | 10110 | 11100 | 0 | 1110 | 11111100 | 101110 | 1001010 |
Color Harmonies of #AA9EDB
Complementary color
Monochromatic Colors of #AA9EDB
Black with #AA9EDB
Text Example
Text Example
White with #AA9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9EDB; }
p { color: rgb(170,158,219); }
H1.HeaderClassName
{
color: #AA9EDB;
}
.AnyTagClassName
{
color: #AA9EDB;
}
</style>
background-color css
<style>
a { background-color: #AA9EDB; }
a { background-color: rgb(170,158,219); }
div.DivClassName
{
background-color: #AA9EDB;
}
.BgClassName
{
background-color: #AA9EDB;
}
</style>
border-color css
<style>
span { border-color: #AA9EDB; }
span { border-color: rgb(170,158,219); }
td.TdClassName
{
border-color: #AA9EDB;
}
.TagClassName
{
border-color: #AA9EDB;
}
</style>