Shades of Biloba Flower #AA8EDC
Tints of Biloba Flower #AA8EDC
RGB
CMYK
RGB Variations
Color information
#AA8EDC (or 0xAA8EDC) is known color: Biloba Flower. HEX triplet: AA, 8E and DC. RGB value is (170,142,220). Sum of RGB (Red+Green+Blue) = 170+142+220=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA8EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EDC is #557123. Grayscale: #9E9E9E. Windows color (decimal): -5599524 or 14454442. OLE color: 14454442.
HSL color Cylindrical-coordinate representation of color #AA8EDC: hue angle of 261.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8EDC is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 142 | 220 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.14 |
| HSL | 261.54º | 0.53% | 0.71% | - |
| HSV(B) | 261.54º | 0.35% | 0.86% | - |
| XYZ | 39.17 | 33.06 | 72.03 | - |
| YUV | 159.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 220 | 0.23 | 0.35 | 0 | 0.14 | 261.54 | 0.53 | 0.71 |
| Hex | AA | 8E | DC | 17 | 23 | 0 | E | 106 | 35 | 47 |
| Octal | 252 | 216 | 334 | 27 | 43 | 0 | 16 | 406 | 65 | 107 |
| Binary | 10101010 | 10001110 | 11011100 | 10111 | 100011 | 0 | 1110 | 100000110 | 110101 | 1000111 |
Color Harmonies of #AA8EDC
Complementary color
Monochromatic Colors of #AA8EDC
Black with #AA8EDC
Text Example
Text Example
White with #AA8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8EDC; }
p { color: rgb(170,142,220); }
H1.HeaderClassName
{
color: #AA8EDC;
}
.AnyTagClassName
{
color: #AA8EDC;
}
</style>
background-color css
<style>
a { background-color: #AA8EDC; }
a { background-color: rgb(170,142,220); }
div.DivClassName
{
background-color: #AA8EDC;
}
.BgClassName
{
background-color: #AA8EDC;
}
</style>
border-color css
<style>
span { border-color: #AA8EDC; }
span { border-color: rgb(170,142,220); }
td.TdClassName
{
border-color: #AA8EDC;
}
.TagClassName
{
border-color: #AA8EDC;
}
</style>