Shades of Biloba Flower #AA96F0
Tints of Biloba Flower #AA96F0
RGB
CMYK
RGB Variations
Color information
#AA96F0 (or 0xAA96F0) is known color: Biloba Flower. HEX triplet: AA, 96 and F0. RGB value is (170,150,240). Sum of RGB (Red+Green+Blue) = 170+150+240=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA96F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96F0 is #55690F. Grayscale: #A5A5A5. Windows color (decimal): -5597456 or 15767210. OLE color: 15767210.
HSL color Cylindrical-coordinate representation of color #AA96F0: hue angle of 253.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA96F0 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 150 | 240 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.06 |
| HSL | 253.33º | 0.75% | 0.76% | - |
| HSV(B) | 253.33º | 0.38% | 0.94% | - |
| XYZ | 43.21 | 36.65 | 87.23 | - |
| YUV | 166.24 | 169.63 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 240 | 0.29 | 0.37 | 0 | 0.06 | 253.33 | 0.75 | 0.76 |
| Hex | AA | 96 | F0 | 1D | 25 | 0 | 6 | FD | 4B | 4C |
| Octal | 252 | 226 | 360 | 35 | 45 | 0 | 6 | 375 | 113 | 114 |
| Binary | 10101010 | 10010110 | 11110000 | 11101 | 100101 | 0 | 110 | 11111101 | 1001011 | 1001100 |
Color Harmonies of #AA96F0
Complementary color
Monochromatic Colors of #AA96F0
Black with #AA96F0
Text Example
Text Example
White with #AA96F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96F0; }
p { color: rgb(170,150,240); }
H1.HeaderClassName
{
color: #AA96F0;
}
.AnyTagClassName
{
color: #AA96F0;
}
</style>
background-color css
<style>
a { background-color: #AA96F0; }
a { background-color: rgb(170,150,240); }
div.DivClassName
{
background-color: #AA96F0;
}
.BgClassName
{
background-color: #AA96F0;
}
</style>
border-color css
<style>
span { border-color: #AA96F0; }
span { border-color: rgb(170,150,240); }
td.TdClassName
{
border-color: #AA96F0;
}
.TagClassName
{
border-color: #AA96F0;
}
</style>