Shades of Biloba Flower #AA84EC
Tints of Biloba Flower #AA84EC
RGB
CMYK
RGB Variations
Color information
#AA84EC (or 0xAA84EC) is known color: Biloba Flower. HEX triplet: AA, 84 and EC. RGB value is (170,132,236). Sum of RGB (Red+Green+Blue) = 170+132+236=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA84EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84EC is #557B13. Grayscale: #9A9A9A. Windows color (decimal): -5602068 or 15500458. OLE color: 15500458.
HSL color Cylindrical-coordinate representation of color #AA84EC: hue angle of 261.92º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA84EC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 132 | 236 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.07 |
| HSL | 261.92º | 0.73% | 0.72% | - |
| HSV(B) | 261.92º | 0.44% | 0.93% | - |
| XYZ | 39.97 | 31.1 | 83.25 | - |
| YUV | 155.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 236 | 0.28 | 0.44 | 0 | 0.07 | 261.92 | 0.73 | 0.72 |
| Hex | AA | 84 | EC | 1C | 2C | 0 | 7 | 106 | 49 | 48 |
| Octal | 252 | 204 | 354 | 34 | 54 | 0 | 7 | 406 | 111 | 110 |
| Binary | 10101010 | 10000100 | 11101100 | 11100 | 101100 | 0 | 111 | 100000110 | 1001001 | 1001000 |
Color Harmonies of #AA84EC
Complementary color
Monochromatic Colors of #AA84EC
Black with #AA84EC
Text Example
Text Example
White with #AA84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84EC; }
p { color: rgb(170,132,236); }
H1.HeaderClassName
{
color: #AA84EC;
}
.AnyTagClassName
{
color: #AA84EC;
}
</style>
background-color css
<style>
a { background-color: #AA84EC; }
a { background-color: rgb(170,132,236); }
div.DivClassName
{
background-color: #AA84EC;
}
.BgClassName
{
background-color: #AA84EC;
}
</style>
border-color css
<style>
span { border-color: #AA84EC; }
span { border-color: rgb(170,132,236); }
td.TdClassName
{
border-color: #AA84EC;
}
.TagClassName
{
border-color: #AA84EC;
}
</style>