Shades of Biloba Flower #AA96F1
Tints of Biloba Flower #AA96F1
RGB
CMYK
RGB Variations
Color information
#AA96F1 (or 0xAA96F1) is known color: Biloba Flower. HEX triplet: AA, 96 and F1. RGB value is (170,150,241). Sum of RGB (Red+Green+Blue) = 170+150+241=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA96F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96F1 is #55690E. Grayscale: #A6A6A6. Windows color (decimal): -5597455 or 15832746. OLE color: 15832746.
HSL color Cylindrical-coordinate representation of color #AA96F1: hue angle of 253.19º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA96F1 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 150 | 241 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.05 |
| HSL | 253.19º | 0.76% | 0.77% | - |
| HSV(B) | 253.19º | 0.38% | 0.95% | - |
| XYZ | 43.36 | 36.71 | 88.02 | - |
| YUV | 166.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 241 | 0.29 | 0.38 | 0 | 0.05 | 253.19 | 0.76 | 0.77 |
| Hex | AA | 96 | F1 | 1D | 26 | 0 | 5 | FD | 4C | 4D |
| Octal | 252 | 226 | 361 | 35 | 46 | 0 | 5 | 375 | 114 | 115 |
| Binary | 10101010 | 10010110 | 11110001 | 11101 | 100110 | 0 | 101 | 11111101 | 1001100 | 1001101 |
Color Harmonies of #AA96F1
Complementary color
Monochromatic Colors of #AA96F1
Black with #AA96F1
Text Example
Text Example
White with #AA96F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96F1; }
p { color: rgb(170,150,241); }
H1.HeaderClassName
{
color: #AA96F1;
}
.AnyTagClassName
{
color: #AA96F1;
}
</style>
background-color css
<style>
a { background-color: #AA96F1; }
a { background-color: rgb(170,150,241); }
div.DivClassName
{
background-color: #AA96F1;
}
.BgClassName
{
background-color: #AA96F1;
}
</style>
border-color css
<style>
span { border-color: #AA96F1; }
span { border-color: rgb(170,150,241); }
td.TdClassName
{
border-color: #AA96F1;
}
.TagClassName
{
border-color: #AA96F1;
}
</style>