Shades of Biloba Flower #AA8DEC
Tints of Biloba Flower #AA8DEC
RGB
CMYK
RGB Variations
Color information
#AA8DEC (or 0xAA8DEC) is known color: Biloba Flower. HEX triplet: AA, 8D and EC. RGB value is (170,141,236). Sum of RGB (Red+Green+Blue) = 170+141+236=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DEC is #557213. Grayscale: #A0A0A0. Windows color (decimal): -5599764 or 15502762. OLE color: 15502762.
HSL color Cylindrical-coordinate representation of color #AA8DEC: hue angle of 258.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8DEC is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 141 | 236 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.07 |
| HSL | 258.32º | 0.71% | 0.74% | - |
| HSV(B) | 258.32º | 0.4% | 0.93% | - |
| XYZ | 41.24 | 33.65 | 83.68 | - |
| YUV | 160.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 236 | 0.28 | 0.40 | 0 | 0.07 | 258.32 | 0.71 | 0.74 |
| Hex | AA | 8D | EC | 1C | 28 | 0 | 7 | 102 | 47 | 4A |
| Octal | 252 | 215 | 354 | 34 | 50 | 0 | 7 | 402 | 107 | 112 |
| Binary | 10101010 | 10001101 | 11101100 | 11100 | 101000 | 0 | 111 | 100000010 | 1000111 | 1001010 |
Color Harmonies of #AA8DEC
Complementary color
Monochromatic Colors of #AA8DEC
Black with #AA8DEC
Text Example
Text Example
White with #AA8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DEC; }
p { color: rgb(170,141,236); }
H1.HeaderClassName
{
color: #AA8DEC;
}
.AnyTagClassName
{
color: #AA8DEC;
}
</style>
background-color css
<style>
a { background-color: #AA8DEC; }
a { background-color: rgb(170,141,236); }
div.DivClassName
{
background-color: #AA8DEC;
}
.BgClassName
{
background-color: #AA8DEC;
}
</style>
border-color css
<style>
span { border-color: #AA8DEC; }
span { border-color: rgb(170,141,236); }
td.TdClassName
{
border-color: #AA8DEC;
}
.TagClassName
{
border-color: #AA8DEC;
}
</style>