Shades of Biloba Flower #AA9BBF
Tints of Biloba Flower #AA9BBF
RGB
CMYK
RGB Variations
Color information
#AA9BBF (or 0xAA9BBF) is known color: Biloba Flower. HEX triplet: AA, 9B and BF. RGB value is (170,155,191). Sum of RGB (Red+Green+Blue) = 170+155+191=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA9BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BBF is #556440. Grayscale: #A3A3A3. Windows color (decimal): -5596225 or 12557226. OLE color: 12557226.
HSL color Cylindrical-coordinate representation of color #AA9BBF: hue angle of 265º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9BBF is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 155 | 191 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.25 |
| HSL | 265º | 0.22% | 0.68% | - |
| HSV(B) | 265º | 0.19% | 0.75% | - |
| XYZ | 37.7 | 35.75 | 54.2 | - |
| YUV | 163.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 191 | 0.11 | 0.19 | 0 | 0.25 | 265 | 0.22 | 0.68 |
| Hex | AA | 9B | BF | B | 13 | 0 | 19 | 109 | 16 | 44 |
| Octal | 252 | 233 | 277 | 13 | 23 | 0 | 31 | 411 | 26 | 104 |
| Binary | 10101010 | 10011011 | 10111111 | 1011 | 10011 | 0 | 11001 | 100001001 | 10110 | 1000100 |
Color Harmonies of #AA9BBF
Complementary color
Monochromatic Colors of #AA9BBF
Black with #AA9BBF
Text Example
Text Example
White with #AA9BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BBF; }
p { color: rgb(170,155,191); }
H1.HeaderClassName
{
color: #AA9BBF;
}
.AnyTagClassName
{
color: #AA9BBF;
}
</style>
background-color css
<style>
a { background-color: #AA9BBF; }
a { background-color: rgb(170,155,191); }
div.DivClassName
{
background-color: #AA9BBF;
}
.BgClassName
{
background-color: #AA9BBF;
}
</style>
border-color css
<style>
span { border-color: #AA9BBF; }
span { border-color: rgb(170,155,191); }
td.TdClassName
{
border-color: #AA9BBF;
}
.TagClassName
{
border-color: #AA9BBF;
}
</style>