Shades of Biloba Flower #AA91DB
Tints of Biloba Flower #AA91DB
RGB
CMYK
RGB Variations
Color information
#AA91DB (or 0xAA91DB) is known color: Biloba Flower. HEX triplet: AA, 91 and DB. RGB value is (170,145,219). Sum of RGB (Red+Green+Blue) = 170+145+219=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91DB is #556E24. Grayscale: #A0A0A0. Windows color (decimal): -5598757 or 14389674. OLE color: 14389674.
HSL color Cylindrical-coordinate representation of color #AA91DB: hue angle of 260.27º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA91DB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 145 | 219 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.14 |
| HSL | 260.27º | 0.51% | 0.71% | - |
| HSV(B) | 260.27º | 0.34% | 0.86% | - |
| XYZ | 39.49 | 33.91 | 71.48 | - |
| YUV | 160.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 219 | 0.22 | 0.34 | 0 | 0.14 | 260.27 | 0.51 | 0.71 |
| Hex | AA | 91 | DB | 16 | 22 | 0 | E | 104 | 33 | 47 |
| Octal | 252 | 221 | 333 | 26 | 42 | 0 | 16 | 404 | 63 | 107 |
| Binary | 10101010 | 10010001 | 11011011 | 10110 | 100010 | 0 | 1110 | 100000100 | 110011 | 1000111 |
Color Harmonies of #AA91DB
Complementary color
Monochromatic Colors of #AA91DB
Black with #AA91DB
Text Example
Text Example
White with #AA91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91DB; }
p { color: rgb(170,145,219); }
H1.HeaderClassName
{
color: #AA91DB;
}
.AnyTagClassName
{
color: #AA91DB;
}
</style>
background-color css
<style>
a { background-color: #AA91DB; }
a { background-color: rgb(170,145,219); }
div.DivClassName
{
background-color: #AA91DB;
}
.BgClassName
{
background-color: #AA91DB;
}
</style>
border-color css
<style>
span { border-color: #AA91DB; }
span { border-color: rgb(170,145,219); }
td.TdClassName
{
border-color: #AA91DB;
}
.TagClassName
{
border-color: #AA91DB;
}
</style>