Shades of Biloba Flower #AA8CFB
Tints of Biloba Flower #AA8CFB
RGB
CMYK
RGB Variations
Color information
#AA8CFB (or 0xAA8CFB) is known color: Biloba Flower. HEX triplet: AA, 8C and FB. RGB value is (170,140,251). Sum of RGB (Red+Green+Blue) = 170+140+251=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA8CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CFB is #557304. Grayscale: #A1A1A1. Windows color (decimal): -5600005 or 16485546. OLE color: 16485546.
HSL color Cylindrical-coordinate representation of color #AA8CFB: hue angle of 256.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8CFB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 140 | 251 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.02 |
| HSL | 256.22º | 0.93% | 0.77% | - |
| HSV(B) | 256.22º | 0.44% | 0.98% | - |
| XYZ | 43.37 | 34.27 | 95.6 | - |
| YUV | 161.62 | 178.44 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 251 | 0.32 | 0.44 | 0 | 0.02 | 256.22 | 0.93 | 0.77 |
| Hex | AA | 8C | FB | 20 | 2C | 0 | 2 | 100 | 5D | 4D |
| Octal | 252 | 214 | 373 | 40 | 54 | 0 | 2 | 400 | 135 | 115 |
| Binary | 10101010 | 10001100 | 11111011 | 100000 | 101100 | 0 | 10 | 100000000 | 1011101 | 1001101 |
Color Harmonies of #AA8CFB
Complementary color
Monochromatic Colors of #AA8CFB
Black with #AA8CFB
Text Example
Text Example
White with #AA8CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CFB; }
p { color: rgb(170,140,251); }
H1.HeaderClassName
{
color: #AA8CFB;
}
.AnyTagClassName
{
color: #AA8CFB;
}
</style>
background-color css
<style>
a { background-color: #AA8CFB; }
a { background-color: rgb(170,140,251); }
div.DivClassName
{
background-color: #AA8CFB;
}
.BgClassName
{
background-color: #AA8CFB;
}
</style>
border-color css
<style>
span { border-color: #AA8CFB; }
span { border-color: rgb(170,140,251); }
td.TdClassName
{
border-color: #AA8CFB;
}
.TagClassName
{
border-color: #AA8CFB;
}
</style>