Shades of Biloba Flower #AA83EC
Tints of Biloba Flower #AA83EC
RGB
CMYK
RGB Variations
Color information
#AA83EC (or 0xAA83EC) is known color: Biloba Flower. HEX triplet: AA, 83 and EC. RGB value is (170,131,236). Sum of RGB (Red+Green+Blue) = 170+131+236=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83EC is #557C13. Grayscale: #9A9A9A. Windows color (decimal): -5602324 or 15500202. OLE color: 15500202.
HSL color Cylindrical-coordinate representation of color #AA83EC: hue angle of 262.29º 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 #AA83EC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 131 | 236 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.07 |
| HSL | 262.29º | 0.73% | 0.72% | - |
| HSV(B) | 262.29º | 0.44% | 0.93% | - |
| XYZ | 39.83 | 30.83 | 83.21 | - |
| YUV | 154.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 236 | 0.28 | 0.44 | 0 | 0.07 | 262.29 | 0.73 | 0.72 |
| Hex | AA | 83 | EC | 1C | 2C | 0 | 7 | 106 | 49 | 48 |
| Octal | 252 | 203 | 354 | 34 | 54 | 0 | 7 | 406 | 111 | 110 |
| Binary | 10101010 | 10000011 | 11101100 | 11100 | 101100 | 0 | 111 | 100000110 | 1001001 | 1001000 |
Color Harmonies of #AA83EC
Complementary color
Monochromatic Colors of #AA83EC
Black with #AA83EC
Text Example
Text Example
White with #AA83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83EC; }
p { color: rgb(170,131,236); }
H1.HeaderClassName
{
color: #AA83EC;
}
.AnyTagClassName
{
color: #AA83EC;
}
</style>
background-color css
<style>
a { background-color: #AA83EC; }
a { background-color: rgb(170,131,236); }
div.DivClassName
{
background-color: #AA83EC;
}
.BgClassName
{
background-color: #AA83EC;
}
</style>
border-color css
<style>
span { border-color: #AA83EC; }
span { border-color: rgb(170,131,236); }
td.TdClassName
{
border-color: #AA83EC;
}
.TagClassName
{
border-color: #AA83EC;
}
</style>