Shades of Biloba Flower #AA91FA
Tints of Biloba Flower #AA91FA
RGB
CMYK
RGB Variations
Color information
#AA91FA (or 0xAA91FA) is known color: Biloba Flower. HEX triplet: AA, 91 and FA. RGB value is (170,145,250). Sum of RGB (Red+Green+Blue) = 170+145+250=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA91FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91FA is #556E05. Grayscale: #A4A4A4. Windows color (decimal): -5598726 or 16421290. OLE color: 16421290.
HSL color Cylindrical-coordinate representation of color #AA91FA: hue angle of 254.29º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA91FA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 145 | 250 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.02 |
| HSL | 254.29º | 0.91% | 0.77% | - |
| HSV(B) | 254.29º | 0.42% | 0.98% | - |
| XYZ | 43.96 | 35.7 | 95.02 | - |
| YUV | 164.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 250 | 0.32 | 0.42 | 0 | 0.02 | 254.29 | 0.91 | 0.77 |
| Hex | AA | 91 | FA | 20 | 2A | 0 | 2 | FE | 5B | 4D |
| Octal | 252 | 221 | 372 | 40 | 52 | 0 | 2 | 376 | 133 | 115 |
| Binary | 10101010 | 10010001 | 11111010 | 100000 | 101010 | 0 | 10 | 11111110 | 1011011 | 1001101 |
Color Harmonies of #AA91FA
Complementary color
Monochromatic Colors of #AA91FA
Black with #AA91FA
Text Example
Text Example
White with #AA91FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91FA; }
p { color: rgb(170,145,250); }
H1.HeaderClassName
{
color: #AA91FA;
}
.AnyTagClassName
{
color: #AA91FA;
}
</style>
background-color css
<style>
a { background-color: #AA91FA; }
a { background-color: rgb(170,145,250); }
div.DivClassName
{
background-color: #AA91FA;
}
.BgClassName
{
background-color: #AA91FA;
}
</style>
border-color css
<style>
span { border-color: #AA91FA; }
span { border-color: rgb(170,145,250); }
td.TdClassName
{
border-color: #AA91FA;
}
.TagClassName
{
border-color: #AA91FA;
}
</style>