Shades of Biloba Flower #AA92EC
Tints of Biloba Flower #AA92EC
RGB
CMYK
RGB Variations
Color information
#AA92EC (or 0xAA92EC) is known color: Biloba Flower. HEX triplet: AA, 92 and EC. RGB value is (170,146,236). Sum of RGB (Red+Green+Blue) = 170+146+236=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA92EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92EC is #556D13. Grayscale: #A3A3A3. Windows color (decimal): -5598484 or 15504042. OLE color: 15504042.
HSL color Cylindrical-coordinate representation of color #AA92EC: hue angle of 256º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA92EC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 146 | 236 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.07 |
| HSL | 256º | 0.7% | 0.75% | - |
| HSV(B) | 256º | 0.38% | 0.93% | - |
| XYZ | 42 | 35.16 | 83.93 | - |
| YUV | 163.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 236 | 0.28 | 0.38 | 0 | 0.07 | 256 | 0.7 | 0.75 |
| Hex | AA | 92 | EC | 1C | 26 | 0 | 7 | 100 | 46 | 4B |
| Octal | 252 | 222 | 354 | 34 | 46 | 0 | 7 | 400 | 106 | 113 |
| Binary | 10101010 | 10010010 | 11101100 | 11100 | 100110 | 0 | 111 | 100000000 | 1000110 | 1001011 |
Color Harmonies of #AA92EC
Complementary color
Monochromatic Colors of #AA92EC
Black with #AA92EC
Text Example
Text Example
White with #AA92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92EC; }
p { color: rgb(170,146,236); }
H1.HeaderClassName
{
color: #AA92EC;
}
.AnyTagClassName
{
color: #AA92EC;
}
</style>
background-color css
<style>
a { background-color: #AA92EC; }
a { background-color: rgb(170,146,236); }
div.DivClassName
{
background-color: #AA92EC;
}
.BgClassName
{
background-color: #AA92EC;
}
</style>
border-color css
<style>
span { border-color: #AA92EC; }
span { border-color: rgb(170,146,236); }
td.TdClassName
{
border-color: #AA92EC;
}
.TagClassName
{
border-color: #AA92EC;
}
</style>