Shades of Biloba Flower #AAA1BC
Tints of Biloba Flower #AAA1BC
RGB
CMYK
RGB Variations
Color information
#AAA1BC (or 0xAAA1BC) is known color: Biloba Flower. HEX triplet: AA, A1 and BC. RGB value is (170,161,188). Sum of RGB (Red+Green+Blue) = 170+161+188=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1BC is #555E43. Grayscale: #A6A6A6. Windows color (decimal): -5594692 or 12362154. OLE color: 12362154.
HSL color Cylindrical-coordinate representation of color #AAA1BC: hue angle of 260º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAA1BC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 161 | 188 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.26 |
| HSL | 260º | 0.17% | 0.68% | - |
| HSV(B) | 260º | 0.14% | 0.74% | - |
| XYZ | 38.4 | 37.67 | 52.82 | - |
| YUV | 166.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 188 | 0.10 | 0.14 | 0 | 0.26 | 260 | 0.17 | 0.68 |
| Hex | AA | A1 | BC | A | E | 0 | 1A | 104 | 11 | 44 |
| Octal | 252 | 241 | 274 | 12 | 16 | 0 | 32 | 404 | 21 | 104 |
| Binary | 10101010 | 10100001 | 10111100 | 1010 | 1110 | 0 | 11010 | 100000100 | 10001 | 1000100 |
Color Harmonies of #AAA1BC
Complementary color
Monochromatic Colors of #AAA1BC
Black with #AAA1BC
Text Example
Text Example
White with #AAA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1BC; }
p { color: rgb(170,161,188); }
H1.HeaderClassName
{
color: #AAA1BC;
}
.AnyTagClassName
{
color: #AAA1BC;
}
</style>
background-color css
<style>
a { background-color: #AAA1BC; }
a { background-color: rgb(170,161,188); }
div.DivClassName
{
background-color: #AAA1BC;
}
.BgClassName
{
background-color: #AAA1BC;
}
</style>
border-color css
<style>
span { border-color: #AAA1BC; }
span { border-color: rgb(170,161,188); }
td.TdClassName
{
border-color: #AAA1BC;
}
.TagClassName
{
border-color: #AAA1BC;
}
</style>