Shades of Biloba Flower #AA85EC
Tints of Biloba Flower #AA85EC
RGB
CMYK
RGB Variations
Color information
#AA85EC (or 0xAA85EC) is known color: Biloba Flower. HEX triplet: AA, 85 and EC. RGB value is (170,133,236). Sum of RGB (Red+Green+Blue) = 170+133+236=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA85EC is #557A13. Grayscale: #9B9B9B. Windows color (decimal): -5601812 or 15500714. OLE color: 15500714.
HSL color Cylindrical-coordinate representation of color #AA85EC: hue angle of 261.55º 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 #AA85EC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 133 | 236 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.07 |
| HSL | 261.55º | 0.73% | 0.72% | - |
| HSV(B) | 261.55º | 0.44% | 0.93% | - |
| XYZ | 40.11 | 31.38 | 83.3 | - |
| YUV | 155.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 236 | 0.28 | 0.44 | 0 | 0.07 | 261.55 | 0.73 | 0.72 |
| Hex | AA | 85 | EC | 1C | 2C | 0 | 7 | 106 | 49 | 48 |
| Octal | 252 | 205 | 354 | 34 | 54 | 0 | 7 | 406 | 111 | 110 |
| Binary | 10101010 | 10000101 | 11101100 | 11100 | 101100 | 0 | 111 | 100000110 | 1001001 | 1001000 |
Color Harmonies of #AA85EC
Complementary color
Monochromatic Colors of #AA85EC
Black with #AA85EC
Text Example
Text Example
White with #AA85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85EC; }
p { color: rgb(170,133,236); }
H1.HeaderClassName
{
color: #AA85EC;
}
.AnyTagClassName
{
color: #AA85EC;
}
</style>
background-color css
<style>
a { background-color: #AA85EC; }
a { background-color: rgb(170,133,236); }
div.DivClassName
{
background-color: #AA85EC;
}
.BgClassName
{
background-color: #AA85EC;
}
</style>
border-color css
<style>
span { border-color: #AA85EC; }
span { border-color: rgb(170,133,236); }
td.TdClassName
{
border-color: #AA85EC;
}
.TagClassName
{
border-color: #AA85EC;
}
</style>