Shades of Biloba Flower #AA88DB
Tints of Biloba Flower #AA88DB
RGB
CMYK
RGB Variations
Color information
#AA88DB (or 0xAA88DB) is known color: Biloba Flower. HEX triplet: AA, 88 and DB. RGB value is (170,136,219). Sum of RGB (Red+Green+Blue) = 170+136+219=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88DB is #557724. Grayscale: #9B9B9B. Windows color (decimal): -5601061 or 14387370. OLE color: 14387370.
HSL color Cylindrical-coordinate representation of color #AA88DB: hue angle of 264.58º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA88DB is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 136 | 219 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.14 |
| HSL | 264.58º | 0.54% | 0.7% | - |
| HSV(B) | 264.58º | 0.38% | 0.86% | - |
| XYZ | 38.17 | 31.27 | 71.04 | - |
| YUV | 155.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 219 | 0.22 | 0.38 | 0 | 0.14 | 264.58 | 0.54 | 0.7 |
| Hex | AA | 88 | DB | 16 | 26 | 0 | E | 109 | 36 | 46 |
| Octal | 252 | 210 | 333 | 26 | 46 | 0 | 16 | 411 | 66 | 106 |
| Binary | 10101010 | 10001000 | 11011011 | 10110 | 100110 | 0 | 1110 | 100001001 | 110110 | 1000110 |
Color Harmonies of #AA88DB
Complementary color
Monochromatic Colors of #AA88DB
Black with #AA88DB
Text Example
Text Example
White with #AA88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88DB; }
p { color: rgb(170,136,219); }
H1.HeaderClassName
{
color: #AA88DB;
}
.AnyTagClassName
{
color: #AA88DB;
}
</style>
background-color css
<style>
a { background-color: #AA88DB; }
a { background-color: rgb(170,136,219); }
div.DivClassName
{
background-color: #AA88DB;
}
.BgClassName
{
background-color: #AA88DB;
}
</style>
border-color css
<style>
span { border-color: #AA88DB; }
span { border-color: rgb(170,136,219); }
td.TdClassName
{
border-color: #AA88DB;
}
.TagClassName
{
border-color: #AA88DB;
}
</style>