Shades of Biloba Flower #AA89FB
Tints of Biloba Flower #AA89FB
RGB
CMYK
RGB Variations
Color information
#AA89FB (or 0xAA89FB) is known color: Biloba Flower. HEX triplet: AA, 89 and FB. RGB value is (170,137,251). Sum of RGB (Red+Green+Blue) = 170+137+251=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA89FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89FB is #557604. Grayscale: #9F9F9F. Windows color (decimal): -5600773 or 16484778. OLE color: 16484778.
HSL color Cylindrical-coordinate representation of color #AA89FB: hue angle of 257.37º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA89FB is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 137 | 251 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.02 |
| HSL | 257.37º | 0.93% | 0.76% | - |
| HSV(B) | 257.37º | 0.45% | 0.98% | - |
| XYZ | 42.94 | 33.4 | 95.45 | - |
| YUV | 159.86 | 179.43 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 251 | 0.32 | 0.45 | 0 | 0.02 | 257.37 | 0.93 | 0.76 |
| Hex | AA | 89 | FB | 20 | 2D | 0 | 2 | 101 | 5D | 4C |
| Octal | 252 | 211 | 373 | 40 | 55 | 0 | 2 | 401 | 135 | 114 |
| Binary | 10101010 | 10001001 | 11111011 | 100000 | 101101 | 0 | 10 | 100000001 | 1011101 | 1001100 |
Color Harmonies of #AA89FB
Complementary color
Monochromatic Colors of #AA89FB
Black with #AA89FB
Text Example
Text Example
White with #AA89FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89FB; }
p { color: rgb(170,137,251); }
H1.HeaderClassName
{
color: #AA89FB;
}
.AnyTagClassName
{
color: #AA89FB;
}
</style>
background-color css
<style>
a { background-color: #AA89FB; }
a { background-color: rgb(170,137,251); }
div.DivClassName
{
background-color: #AA89FB;
}
.BgClassName
{
background-color: #AA89FB;
}
</style>
border-color css
<style>
span { border-color: #AA89FB; }
span { border-color: rgb(170,137,251); }
td.TdClassName
{
border-color: #AA89FB;
}
.TagClassName
{
border-color: #AA89FB;
}
</style>