Shades of Biloba Flower #AA8BFA
Tints of Biloba Flower #AA8BFA
RGB
CMYK
RGB Variations
Color information
#AA8BFA (or 0xAA8BFA) is known color: Biloba Flower. HEX triplet: AA, 8B and FA. RGB value is (170,139,250). Sum of RGB (Red+Green+Blue) = 170+139+250=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA8BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8BFA is #557405. Grayscale: #A0A0A0. Windows color (decimal): -5600262 or 16419754. OLE color: 16419754.
HSL color Cylindrical-coordinate representation of color #AA8BFA: hue angle of 256.76º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8BFA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 139 | 250 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.02 |
| HSL | 256.76º | 0.92% | 0.76% | - |
| HSV(B) | 256.76º | 0.44% | 0.98% | - |
| XYZ | 43.07 | 33.91 | 94.72 | - |
| YUV | 160.92 | 178.27 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 250 | 0.32 | 0.44 | 0 | 0.02 | 256.76 | 0.92 | 0.76 |
| Hex | AA | 8B | FA | 20 | 2C | 0 | 2 | 101 | 5C | 4C |
| Octal | 252 | 213 | 372 | 40 | 54 | 0 | 2 | 401 | 134 | 114 |
| Binary | 10101010 | 10001011 | 11111010 | 100000 | 101100 | 0 | 10 | 100000001 | 1011100 | 1001100 |
Color Harmonies of #AA8BFA
Complementary color
Monochromatic Colors of #AA8BFA
Black with #AA8BFA
Text Example
Text Example
White with #AA8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BFA; }
p { color: rgb(170,139,250); }
H1.HeaderClassName
{
color: #AA8BFA;
}
.AnyTagClassName
{
color: #AA8BFA;
}
</style>
background-color css
<style>
a { background-color: #AA8BFA; }
a { background-color: rgb(170,139,250); }
div.DivClassName
{
background-color: #AA8BFA;
}
.BgClassName
{
background-color: #AA8BFA;
}
</style>
border-color css
<style>
span { border-color: #AA8BFA; }
span { border-color: rgb(170,139,250); }
td.TdClassName
{
border-color: #AA8BFA;
}
.TagClassName
{
border-color: #AA8BFA;
}
</style>