Shades of Biloba Flower #AA92FA
Tints of Biloba Flower #AA92FA
RGB
CMYK
RGB Variations
Color information
#AA92FA (or 0xAA92FA) is known color: Biloba Flower. HEX triplet: AA, 92 and FA. RGB value is (170,146,250). Sum of RGB (Red+Green+Blue) = 170+146+250=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA92FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92FA is #556D05. Grayscale: #A4A4A4. Windows color (decimal): -5598470 or 16421546. OLE color: 16421546.
HSL color Cylindrical-coordinate representation of color #AA92FA: hue angle of 253.85º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA92FA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 146 | 250 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.02 |
| HSL | 253.85º | 0.91% | 0.78% | - |
| HSV(B) | 253.85º | 0.42% | 0.98% | - |
| XYZ | 44.11 | 36.01 | 95.07 | - |
| YUV | 165.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 250 | 0.32 | 0.42 | 0 | 0.02 | 253.85 | 0.91 | 0.78 |
| Hex | AA | 92 | FA | 20 | 2A | 0 | 2 | FE | 5B | 4E |
| Octal | 252 | 222 | 372 | 40 | 52 | 0 | 2 | 376 | 133 | 116 |
| Binary | 10101010 | 10010010 | 11111010 | 100000 | 101010 | 0 | 10 | 11111110 | 1011011 | 1001110 |
Color Harmonies of #AA92FA
Complementary color
Monochromatic Colors of #AA92FA
Black with #AA92FA
Text Example
Text Example
White with #AA92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92FA; }
p { color: rgb(170,146,250); }
H1.HeaderClassName
{
color: #AA92FA;
}
.AnyTagClassName
{
color: #AA92FA;
}
</style>
background-color css
<style>
a { background-color: #AA92FA; }
a { background-color: rgb(170,146,250); }
div.DivClassName
{
background-color: #AA92FA;
}
.BgClassName
{
background-color: #AA92FA;
}
</style>
border-color css
<style>
span { border-color: #AA92FA; }
span { border-color: rgb(170,146,250); }
td.TdClassName
{
border-color: #AA92FA;
}
.TagClassName
{
border-color: #AA92FA;
}
</style>