Shades of Biloba Flower #AA8CFA
Tints of Biloba Flower #AA8CFA
RGB
CMYK
RGB Variations
Color information
#AA8CFA (or 0xAA8CFA) is known color: Biloba Flower. HEX triplet: AA, 8C and FA. RGB value is (170,140,250). Sum of RGB (Red+Green+Blue) = 170+140+250=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CFA is #557305. Grayscale: #A1A1A1. Windows color (decimal): -5600006 or 16420010. OLE color: 16420010.
HSL color Cylindrical-coordinate representation of color #AA8CFA: hue angle of 256.36º 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 #AA8CFA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 140 | 250 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.02 |
| HSL | 256.36º | 0.92% | 0.76% | - |
| HSV(B) | 256.36º | 0.44% | 0.98% | - |
| XYZ | 43.21 | 34.2 | 94.77 | - |
| YUV | 161.51 | 177.94 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 250 | 0.32 | 0.44 | 0 | 0.02 | 256.36 | 0.92 | 0.76 |
| Hex | AA | 8C | FA | 20 | 2C | 0 | 2 | 100 | 5C | 4C |
| Octal | 252 | 214 | 372 | 40 | 54 | 0 | 2 | 400 | 134 | 114 |
| Binary | 10101010 | 10001100 | 11111010 | 100000 | 101100 | 0 | 10 | 100000000 | 1011100 | 1001100 |
Color Harmonies of #AA8CFA
Complementary color
Monochromatic Colors of #AA8CFA
Black with #AA8CFA
Text Example
Text Example
White with #AA8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CFA; }
p { color: rgb(170,140,250); }
H1.HeaderClassName
{
color: #AA8CFA;
}
.AnyTagClassName
{
color: #AA8CFA;
}
</style>
background-color css
<style>
a { background-color: #AA8CFA; }
a { background-color: rgb(170,140,250); }
div.DivClassName
{
background-color: #AA8CFA;
}
.BgClassName
{
background-color: #AA8CFA;
}
</style>
border-color css
<style>
span { border-color: #AA8CFA; }
span { border-color: rgb(170,140,250); }
td.TdClassName
{
border-color: #AA8CFA;
}
.TagClassName
{
border-color: #AA8CFA;
}
</style>