Shades of Biloba Flower #AA8EDE
Tints of Biloba Flower #AA8EDE
RGB
CMYK
RGB Variations
Color information
#AA8EDE (or 0xAA8EDE) is known color: Biloba Flower. HEX triplet: AA, 8E and DE. RGB value is (170,142,222). Sum of RGB (Red+Green+Blue) = 170+142+222=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA8EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EDE is #557121. Grayscale: #9F9F9F. Windows color (decimal): -5599522 or 14585514. OLE color: 14585514.
HSL color Cylindrical-coordinate representation of color #AA8EDE: hue angle of 261º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA8EDE is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 142 | 222 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.13 |
| HSL | 261º | 0.55% | 0.71% | - |
| HSV(B) | 261º | 0.36% | 0.87% | - |
| XYZ | 39.44 | 33.17 | 73.43 | - |
| YUV | 159.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 222 | 0.23 | 0.36 | 0 | 0.13 | 261 | 0.55 | 0.71 |
| Hex | AA | 8E | DE | 17 | 24 | 0 | D | 105 | 37 | 47 |
| Octal | 252 | 216 | 336 | 27 | 44 | 0 | 15 | 405 | 67 | 107 |
| Binary | 10101010 | 10001110 | 11011110 | 10111 | 100100 | 0 | 1101 | 100000101 | 110111 | 1000111 |
Color Harmonies of #AA8EDE
Complementary color
Monochromatic Colors of #AA8EDE
Black with #AA8EDE
Text Example
Text Example
White with #AA8EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8EDE; }
p { color: rgb(170,142,222); }
H1.HeaderClassName
{
color: #AA8EDE;
}
.AnyTagClassName
{
color: #AA8EDE;
}
</style>
background-color css
<style>
a { background-color: #AA8EDE; }
a { background-color: rgb(170,142,222); }
div.DivClassName
{
background-color: #AA8EDE;
}
.BgClassName
{
background-color: #AA8EDE;
}
</style>
border-color css
<style>
span { border-color: #AA8EDE; }
span { border-color: rgb(170,142,222); }
td.TdClassName
{
border-color: #AA8EDE;
}
.TagClassName
{
border-color: #AA8EDE;
}
</style>