Shades of Biloba Flower #AA94EC
Tints of Biloba Flower #AA94EC
RGB
CMYK
RGB Variations
Color information
#AA94EC (or 0xAA94EC) is known color: Biloba Flower. HEX triplet: AA, 94 and EC. RGB value is (170,148,236). Sum of RGB (Red+Green+Blue) = 170+148+236=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA94EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA94EC is #556B13. Grayscale: #A4A4A4. Windows color (decimal): -5597972 or 15504554. OLE color: 15504554.
HSL color Cylindrical-coordinate representation of color #AA94EC: hue angle of 255º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA94EC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 148 | 236 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.07 |
| HSL | 255º | 0.7% | 0.75% | - |
| HSV(B) | 255º | 0.37% | 0.93% | - |
| XYZ | 42.31 | 35.78 | 84.03 | - |
| YUV | 164.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 236 | 0.28 | 0.37 | 0 | 0.07 | 255 | 0.7 | 0.75 |
| Hex | AA | 94 | EC | 1C | 25 | 0 | 7 | FF | 46 | 4B |
| Octal | 252 | 224 | 354 | 34 | 45 | 0 | 7 | 377 | 106 | 113 |
| Binary | 10101010 | 10010100 | 11101100 | 11100 | 100101 | 0 | 111 | 11111111 | 1000110 | 1001011 |
Color Harmonies of #AA94EC
Complementary color
Monochromatic Colors of #AA94EC
Black with #AA94EC
Text Example
Text Example
White with #AA94EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA94EC; }
p { color: rgb(170,148,236); }
H1.HeaderClassName
{
color: #AA94EC;
}
.AnyTagClassName
{
color: #AA94EC;
}
</style>
background-color css
<style>
a { background-color: #AA94EC; }
a { background-color: rgb(170,148,236); }
div.DivClassName
{
background-color: #AA94EC;
}
.BgClassName
{
background-color: #AA94EC;
}
</style>
border-color css
<style>
span { border-color: #AA94EC; }
span { border-color: rgb(170,148,236); }
td.TdClassName
{
border-color: #AA94EC;
}
.TagClassName
{
border-color: #AA94EC;
}
</style>