Shades of Biloba Flower #AA84EF
Tints of Biloba Flower #AA84EF
RGB
CMYK
RGB Variations
Color information
#AA84EF (or 0xAA84EF) is known color: Biloba Flower. HEX triplet: AA, 84 and EF. RGB value is (170,132,239). Sum of RGB (Red+Green+Blue) = 170+132+239=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA84EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84EF is #557B10. Grayscale: #9B9B9B. Windows color (decimal): -5602065 or 15697066. OLE color: 15697066.
HSL color Cylindrical-coordinate representation of color #AA84EF: hue angle of 261.31º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA84EF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 132 | 239 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.06 |
| HSL | 261.31º | 0.77% | 0.73% | - |
| HSV(B) | 261.31º | 0.45% | 0.94% | - |
| XYZ | 40.41 | 31.28 | 85.57 | - |
| YUV | 155.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 239 | 0.29 | 0.45 | 0 | 0.06 | 261.31 | 0.77 | 0.73 |
| Hex | AA | 84 | EF | 1D | 2D | 0 | 6 | 105 | 4D | 49 |
| Octal | 252 | 204 | 357 | 35 | 55 | 0 | 6 | 405 | 115 | 111 |
| Binary | 10101010 | 10000100 | 11101111 | 11101 | 101101 | 0 | 110 | 100000101 | 1001101 | 1001001 |
Color Harmonies of #AA84EF
Complementary color
Monochromatic Colors of #AA84EF
Black with #AA84EF
Text Example
Text Example
White with #AA84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84EF; }
p { color: rgb(170,132,239); }
H1.HeaderClassName
{
color: #AA84EF;
}
.AnyTagClassName
{
color: #AA84EF;
}
</style>
background-color css
<style>
a { background-color: #AA84EF; }
a { background-color: rgb(170,132,239); }
div.DivClassName
{
background-color: #AA84EF;
}
.BgClassName
{
background-color: #AA84EF;
}
</style>
border-color css
<style>
span { border-color: #AA84EF; }
span { border-color: rgb(170,132,239); }
td.TdClassName
{
border-color: #AA84EF;
}
.TagClassName
{
border-color: #AA84EF;
}
</style>