Shades of Biloba Flower #AA9BBE
Tints of Biloba Flower #AA9BBE
RGB
CMYK
RGB Variations
Color information
#AA9BBE (or 0xAA9BBE) is known color: Biloba Flower. HEX triplet: AA, 9B and BE. RGB value is (170,155,190). Sum of RGB (Red+Green+Blue) = 170+155+190=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BBE is #556441. Grayscale: #A3A3A3. Windows color (decimal): -5596226 or 12491690. OLE color: 12491690.
HSL color Cylindrical-coordinate representation of color #AA9BBE: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9BBE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 155 | 190 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.25 |
| HSL | 265.71º | 0.21% | 0.68% | - |
| HSV(B) | 265.71º | 0.18% | 0.75% | - |
| XYZ | 37.59 | 35.71 | 53.63 | - |
| YUV | 163.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 190 | 0.11 | 0.18 | 0 | 0.25 | 265.71 | 0.21 | 0.68 |
| Hex | AA | 9B | BE | B | 12 | 0 | 19 | 10A | 15 | 44 |
| Octal | 252 | 233 | 276 | 13 | 22 | 0 | 31 | 412 | 25 | 104 |
| Binary | 10101010 | 10011011 | 10111110 | 1011 | 10010 | 0 | 11001 | 100001010 | 10101 | 1000100 |
Color Harmonies of #AA9BBE
Complementary color
Monochromatic Colors of #AA9BBE
Black with #AA9BBE
Text Example
Text Example
White with #AA9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BBE; }
p { color: rgb(170,155,190); }
H1.HeaderClassName
{
color: #AA9BBE;
}
.AnyTagClassName
{
color: #AA9BBE;
}
</style>
background-color css
<style>
a { background-color: #AA9BBE; }
a { background-color: rgb(170,155,190); }
div.DivClassName
{
background-color: #AA9BBE;
}
.BgClassName
{
background-color: #AA9BBE;
}
</style>
border-color css
<style>
span { border-color: #AA9BBE; }
span { border-color: rgb(170,155,190); }
td.TdClassName
{
border-color: #AA9BBE;
}
.TagClassName
{
border-color: #AA9BBE;
}
</style>