Shades of Biloba Flower #AA98F1
Tints of Biloba Flower #AA98F1
RGB
CMYK
RGB Variations
Color information
#AA98F1 (or 0xAA98F1) is known color: Biloba Flower. HEX triplet: AA, 98 and F1. RGB value is (170,152,241). Sum of RGB (Red+Green+Blue) = 170+152+241=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA98F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA98F1 is #55670E. Grayscale: #A7A7A7. Windows color (decimal): -5596943 or 15833258. OLE color: 15833258.
HSL color Cylindrical-coordinate representation of color #AA98F1: hue angle of 252.13º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA98F1 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 152 | 241 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.05 |
| HSL | 252.13º | 0.76% | 0.77% | - |
| HSV(B) | 252.13º | 0.37% | 0.95% | - |
| XYZ | 43.68 | 37.35 | 88.13 | - |
| YUV | 167.53 | 169.46 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 241 | 0.29 | 0.37 | 0 | 0.05 | 252.13 | 0.76 | 0.77 |
| Hex | AA | 98 | F1 | 1D | 25 | 0 | 5 | FC | 4C | 4D |
| Octal | 252 | 230 | 361 | 35 | 45 | 0 | 5 | 374 | 114 | 115 |
| Binary | 10101010 | 10011000 | 11110001 | 11101 | 100101 | 0 | 101 | 11111100 | 1001100 | 1001101 |
Color Harmonies of #AA98F1
Complementary color
Monochromatic Colors of #AA98F1
Black with #AA98F1
Text Example
Text Example
White with #AA98F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA98F1; }
p { color: rgb(170,152,241); }
H1.HeaderClassName
{
color: #AA98F1;
}
.AnyTagClassName
{
color: #AA98F1;
}
</style>
background-color css
<style>
a { background-color: #AA98F1; }
a { background-color: rgb(170,152,241); }
div.DivClassName
{
background-color: #AA98F1;
}
.BgClassName
{
background-color: #AA98F1;
}
</style>
border-color css
<style>
span { border-color: #AA98F1; }
span { border-color: rgb(170,152,241); }
td.TdClassName
{
border-color: #AA98F1;
}
.TagClassName
{
border-color: #AA98F1;
}
</style>