Shades of Biloba Flower #AA99F0
Tints of Biloba Flower #AA99F0
RGB
CMYK
RGB Variations
Color information
#AA99F0 (or 0xAA99F0) is known color: Biloba Flower. HEX triplet: AA, 99 and F0. RGB value is (170,153,240). Sum of RGB (Red+Green+Blue) = 170+153+240=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA99F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99F0 is #55660F. Grayscale: #A7A7A7. Windows color (decimal): -5596688 or 15767978. OLE color: 15767978.
HSL color Cylindrical-coordinate representation of color #AA99F0: hue angle of 251.72º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA99F0 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 153 | 240 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.06 |
| HSL | 251.72º | 0.74% | 0.77% | - |
| HSV(B) | 251.72º | 0.36% | 0.94% | - |
| XYZ | 43.7 | 37.62 | 87.4 | - |
| YUV | 168 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 240 | 0.29 | 0.36 | 0 | 0.06 | 251.72 | 0.74 | 0.77 |
| Hex | AA | 99 | F0 | 1D | 24 | 0 | 6 | FC | 4A | 4D |
| Octal | 252 | 231 | 360 | 35 | 44 | 0 | 6 | 374 | 112 | 115 |
| Binary | 10101010 | 10011001 | 11110000 | 11101 | 100100 | 0 | 110 | 11111100 | 1001010 | 1001101 |
Color Harmonies of #AA99F0
Complementary color
Monochromatic Colors of #AA99F0
Black with #AA99F0
Text Example
Text Example
White with #AA99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99F0; }
p { color: rgb(170,153,240); }
H1.HeaderClassName
{
color: #AA99F0;
}
.AnyTagClassName
{
color: #AA99F0;
}
</style>
background-color css
<style>
a { background-color: #AA99F0; }
a { background-color: rgb(170,153,240); }
div.DivClassName
{
background-color: #AA99F0;
}
.BgClassName
{
background-color: #AA99F0;
}
</style>
border-color css
<style>
span { border-color: #AA99F0; }
span { border-color: rgb(170,153,240); }
td.TdClassName
{
border-color: #AA99F0;
}
.TagClassName
{
border-color: #AA99F0;
}
</style>