Shades of Biloba Flower #AA92E8
Tints of Biloba Flower #AA92E8
RGB
CMYK
RGB Variations
Color information
#AA92E8 (or 0xAA92E8) is known color: Biloba Flower. HEX triplet: AA, 92 and E8. RGB value is (170,146,232). Sum of RGB (Red+Green+Blue) = 170+146+232=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA92E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92E8 is #556D17. Grayscale: #A2A2A2. Windows color (decimal): -5598488 or 15241898. OLE color: 15241898.
HSL color Cylindrical-coordinate representation of color #AA92E8: hue angle of 256.74º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA92E8 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 146 | 232 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.09 |
| HSL | 256.74º | 0.65% | 0.74% | - |
| HSV(B) | 256.74º | 0.37% | 0.91% | - |
| XYZ | 41.42 | 34.93 | 80.9 | - |
| YUV | 162.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 232 | 0.27 | 0.37 | 0 | 0.09 | 256.74 | 0.65 | 0.74 |
| Hex | AA | 92 | E8 | 1B | 25 | 0 | 9 | 101 | 41 | 4A |
| Octal | 252 | 222 | 350 | 33 | 45 | 0 | 11 | 401 | 101 | 112 |
| Binary | 10101010 | 10010010 | 11101000 | 11011 | 100101 | 0 | 1001 | 100000001 | 1000001 | 1001010 |
Color Harmonies of #AA92E8
Complementary color
Monochromatic Colors of #AA92E8
Black with #AA92E8
Text Example
Text Example
White with #AA92E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92E8; }
p { color: rgb(170,146,232); }
H1.HeaderClassName
{
color: #AA92E8;
}
.AnyTagClassName
{
color: #AA92E8;
}
</style>
background-color css
<style>
a { background-color: #AA92E8; }
a { background-color: rgb(170,146,232); }
div.DivClassName
{
background-color: #AA92E8;
}
.BgClassName
{
background-color: #AA92E8;
}
</style>
border-color css
<style>
span { border-color: #AA92E8; }
span { border-color: rgb(170,146,232); }
td.TdClassName
{
border-color: #AA92E8;
}
.TagClassName
{
border-color: #AA92E8;
}
</style>