Shades of Biloba Flower #AA8EDA
Tints of Biloba Flower #AA8EDA
RGB
CMYK
RGB Variations
Color information
#AA8EDA (or 0xAA8EDA) is known color: Biloba Flower. HEX triplet: AA, 8E and DA. RGB value is (170,142,218). Sum of RGB (Red+Green+Blue) = 170+142+218=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA8EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EDA is #557125. Grayscale: #9E9E9E. Windows color (decimal): -5599526 or 14323370. OLE color: 14323370.
HSL color Cylindrical-coordinate representation of color #AA8EDA: hue angle of 262.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8EDA is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 142 | 218 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.15 |
| HSL | 262.11º | 0.51% | 0.71% | - |
| HSV(B) | 262.11º | 0.35% | 0.85% | - |
| XYZ | 38.91 | 32.95 | 70.64 | - |
| YUV | 159.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 218 | 0.22 | 0.35 | 0 | 0.15 | 262.11 | 0.51 | 0.71 |
| Hex | AA | 8E | DA | 16 | 23 | 0 | F | 106 | 33 | 47 |
| Octal | 252 | 216 | 332 | 26 | 43 | 0 | 17 | 406 | 63 | 107 |
| Binary | 10101010 | 10001110 | 11011010 | 10110 | 100011 | 0 | 1111 | 100000110 | 110011 | 1000111 |
Color Harmonies of #AA8EDA
Complementary color
Monochromatic Colors of #AA8EDA
Black with #AA8EDA
Text Example
Text Example
White with #AA8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8EDA; }
p { color: rgb(170,142,218); }
H1.HeaderClassName
{
color: #AA8EDA;
}
.AnyTagClassName
{
color: #AA8EDA;
}
</style>
background-color css
<style>
a { background-color: #AA8EDA; }
a { background-color: rgb(170,142,218); }
div.DivClassName
{
background-color: #AA8EDA;
}
.BgClassName
{
background-color: #AA8EDA;
}
</style>
border-color css
<style>
span { border-color: #AA8EDA; }
span { border-color: rgb(170,142,218); }
td.TdClassName
{
border-color: #AA8EDA;
}
.TagClassName
{
border-color: #AA8EDA;
}
</style>