Shades of Biloba Flower #AA90F3
Tints of Biloba Flower #AA90F3
RGB
CMYK
RGB Variations
Color information
#AA90F3 (or 0xAA90F3) is known color: Biloba Flower. HEX triplet: AA, 90 and F3. RGB value is (170,144,243). Sum of RGB (Red+Green+Blue) = 170+144+243=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA90F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90F3 is #556F0C. Grayscale: #A2A2A2. Windows color (decimal): -5598989 or 15962282. OLE color: 15962282.
HSL color Cylindrical-coordinate representation of color #AA90F3: hue angle of 255.76º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA90F3 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 144 | 243 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.05 |
| HSL | 255.76º | 0.8% | 0.76% | - |
| HSV(B) | 255.76º | 0.41% | 0.95% | - |
| XYZ | 42.73 | 34.96 | 89.29 | - |
| YUV | 163.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 243 | 0.30 | 0.41 | 0 | 0.05 | 255.76 | 0.8 | 0.76 |
| Hex | AA | 90 | F3 | 1E | 29 | 0 | 5 | 100 | 50 | 4C |
| Octal | 252 | 220 | 363 | 36 | 51 | 0 | 5 | 400 | 120 | 114 |
| Binary | 10101010 | 10010000 | 11110011 | 11110 | 101001 | 0 | 101 | 100000000 | 1010000 | 1001100 |
Color Harmonies of #AA90F3
Complementary color
Monochromatic Colors of #AA90F3
Black with #AA90F3
Text Example
Text Example
White with #AA90F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90F3; }
p { color: rgb(170,144,243); }
H1.HeaderClassName
{
color: #AA90F3;
}
.AnyTagClassName
{
color: #AA90F3;
}
</style>
background-color css
<style>
a { background-color: #AA90F3; }
a { background-color: rgb(170,144,243); }
div.DivClassName
{
background-color: #AA90F3;
}
.BgClassName
{
background-color: #AA90F3;
}
</style>
border-color css
<style>
span { border-color: #AA90F3; }
span { border-color: rgb(170,144,243); }
td.TdClassName
{
border-color: #AA90F3;
}
.TagClassName
{
border-color: #AA90F3;
}
</style>