Shades of Biloba Flower #AAA2BB
Tints of Biloba Flower #AAA2BB
RGB
CMYK
RGB Variations
Color information
#AAA2BB (or 0xAAA2BB) is known color: Biloba Flower. HEX triplet: AA, A2 and BB. RGB value is (170,162,187). Sum of RGB (Red+Green+Blue) = 170+162+187=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2BB is #555D44. Grayscale: #A7A7A7. Windows color (decimal): -5594437 or 12296874. OLE color: 12296874.
HSL color Cylindrical-coordinate representation of color #AAA2BB: hue angle of 259.2º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA2BB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 162 | 187 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.27 |
| HSL | 259.2º | 0.16% | 0.68% | - |
| HSV(B) | 259.2º | 0.13% | 0.73% | - |
| XYZ | 38.47 | 37.97 | 52.32 | - |
| YUV | 167.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 187 | 0.09 | 0.13 | 0 | 0.27 | 259.2 | 0.16 | 0.68 |
| Hex | AA | A2 | BB | 9 | D | 0 | 1B | 103 | 10 | 44 |
| Octal | 252 | 242 | 273 | 11 | 15 | 0 | 33 | 403 | 20 | 104 |
| Binary | 10101010 | 10100010 | 10111011 | 1001 | 1101 | 0 | 11011 | 100000011 | 10000 | 1000100 |
Color Harmonies of #AAA2BB
Complementary color
Monochromatic Colors of #AAA2BB
Black with #AAA2BB
Text Example
Text Example
White with #AAA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2BB; }
p { color: rgb(170,162,187); }
H1.HeaderClassName
{
color: #AAA2BB;
}
.AnyTagClassName
{
color: #AAA2BB;
}
</style>
background-color css
<style>
a { background-color: #AAA2BB; }
a { background-color: rgb(170,162,187); }
div.DivClassName
{
background-color: #AAA2BB;
}
.BgClassName
{
background-color: #AAA2BB;
}
</style>
border-color css
<style>
span { border-color: #AAA2BB; }
span { border-color: rgb(170,162,187); }
td.TdClassName
{
border-color: #AAA2BB;
}
.TagClassName
{
border-color: #AAA2BB;
}
</style>