Shades of Biloba Flower #AA96C7
Tints of Biloba Flower #AA96C7
RGB
CMYK
RGB Variations
Color information
#AA96C7 (or 0xAA96C7) is known color: Biloba Flower. HEX triplet: AA, 96 and C7. RGB value is (170,150,199). Sum of RGB (Red+Green+Blue) = 170+150+199=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA96C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96C7 is #556938. Grayscale: #A1A1A1. Windows color (decimal): -5597497 or 13080234. OLE color: 13080234.
HSL color Cylindrical-coordinate representation of color #AA96C7: hue angle of 264.49º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA96C7 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 150 | 199 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.22 |
| HSL | 264.49º | 0.3% | 0.68% | - |
| HSV(B) | 264.49º | 0.25% | 0.78% | - |
| XYZ | 37.79 | 34.48 | 58.7 | - |
| YUV | 161.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 199 | 0.15 | 0.25 | 0 | 0.22 | 264.49 | 0.3 | 0.68 |
| Hex | AA | 96 | C7 | F | 19 | 0 | 16 | 108 | 1E | 44 |
| Octal | 252 | 226 | 307 | 17 | 31 | 0 | 26 | 410 | 36 | 104 |
| Binary | 10101010 | 10010110 | 11000111 | 1111 | 11001 | 0 | 10110 | 100001000 | 11110 | 1000100 |
Color Harmonies of #AA96C7
Complementary color
Monochromatic Colors of #AA96C7
Black with #AA96C7
Text Example
Text Example
White with #AA96C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96C7; }
p { color: rgb(170,150,199); }
H1.HeaderClassName
{
color: #AA96C7;
}
.AnyTagClassName
{
color: #AA96C7;
}
</style>
background-color css
<style>
a { background-color: #AA96C7; }
a { background-color: rgb(170,150,199); }
div.DivClassName
{
background-color: #AA96C7;
}
.BgClassName
{
background-color: #AA96C7;
}
</style>
border-color css
<style>
span { border-color: #AA96C7; }
span { border-color: rgb(170,150,199); }
td.TdClassName
{
border-color: #AA96C7;
}
.TagClassName
{
border-color: #AA96C7;
}
</style>