Shades of Biloba Flower #AA9BD7
Tints of Biloba Flower #AA9BD7
RGB
CMYK
RGB Variations
Color information
#AA9BD7 (or 0xAA9BD7) is known color: Biloba Flower. HEX triplet: AA, 9B and D7. RGB value is (170,155,215). Sum of RGB (Red+Green+Blue) = 170+155+215=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA9BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BD7 is #556428. Grayscale: #A6A6A6. Windows color (decimal): -5596201 or 14130090. OLE color: 14130090.
HSL color Cylindrical-coordinate representation of color #AA9BD7: hue angle of 255º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9BD7 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 155 | 215 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.16 |
| HSL | 255º | 0.43% | 0.73% | - |
| HSV(B) | 255º | 0.28% | 0.84% | - |
| XYZ | 40.56 | 36.9 | 69.27 | - |
| YUV | 166.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 215 | 0.21 | 0.28 | 0 | 0.16 | 255 | 0.43 | 0.73 |
| Hex | AA | 9B | D7 | 15 | 1C | 0 | 10 | FF | 2B | 49 |
| Octal | 252 | 233 | 327 | 25 | 34 | 0 | 20 | 377 | 53 | 111 |
| Binary | 10101010 | 10011011 | 11010111 | 10101 | 11100 | 0 | 10000 | 11111111 | 101011 | 1001001 |
Color Harmonies of #AA9BD7
Complementary color
Monochromatic Colors of #AA9BD7
Black with #AA9BD7
Text Example
Text Example
White with #AA9BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BD7; }
p { color: rgb(170,155,215); }
H1.HeaderClassName
{
color: #AA9BD7;
}
.AnyTagClassName
{
color: #AA9BD7;
}
</style>
background-color css
<style>
a { background-color: #AA9BD7; }
a { background-color: rgb(170,155,215); }
div.DivClassName
{
background-color: #AA9BD7;
}
.BgClassName
{
background-color: #AA9BD7;
}
</style>
border-color css
<style>
span { border-color: #AA9BD7; }
span { border-color: rgb(170,155,215); }
td.TdClassName
{
border-color: #AA9BD7;
}
.TagClassName
{
border-color: #AA9BD7;
}
</style>