Shades of Biloba Flower #AA96C5
Tints of Biloba Flower #AA96C5
RGB
CMYK
RGB Variations
Color information
#AA96C5 (or 0xAA96C5) is known color: Biloba Flower. HEX triplet: AA, 96 and C5. RGB value is (170,150,197). Sum of RGB (Red+Green+Blue) = 170+150+197=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA96C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96C5 is #55693A. Grayscale: #A1A1A1. Windows color (decimal): -5597499 or 12949162. OLE color: 12949162.
HSL color Cylindrical-coordinate representation of color #AA96C5: hue angle of 265.53º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA96C5 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 150 | 197 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.23 |
| HSL | 265.53º | 0.29% | 0.68% | - |
| HSV(B) | 265.53º | 0.24% | 0.77% | - |
| XYZ | 37.56 | 34.39 | 57.48 | - |
| YUV | 161.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 197 | 0.14 | 0.24 | 0 | 0.23 | 265.53 | 0.29 | 0.68 |
| Hex | AA | 96 | C5 | E | 18 | 0 | 17 | 10A | 1D | 44 |
| Octal | 252 | 226 | 305 | 16 | 30 | 0 | 27 | 412 | 35 | 104 |
| Binary | 10101010 | 10010110 | 11000101 | 1110 | 11000 | 0 | 10111 | 100001010 | 11101 | 1000100 |
Color Harmonies of #AA96C5
Complementary color
Monochromatic Colors of #AA96C5
Black with #AA96C5
Text Example
Text Example
White with #AA96C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96C5; }
p { color: rgb(170,150,197); }
H1.HeaderClassName
{
color: #AA96C5;
}
.AnyTagClassName
{
color: #AA96C5;
}
</style>
background-color css
<style>
a { background-color: #AA96C5; }
a { background-color: rgb(170,150,197); }
div.DivClassName
{
background-color: #AA96C5;
}
.BgClassName
{
background-color: #AA96C5;
}
</style>
border-color css
<style>
span { border-color: #AA96C5; }
span { border-color: rgb(170,150,197); }
td.TdClassName
{
border-color: #AA96C5;
}
.TagClassName
{
border-color: #AA96C5;
}
</style>