Shades of Biloba Flower #AAA1BD
Tints of Biloba Flower #AAA1BD
RGB
CMYK
RGB Variations
Color information
#AAA1BD (or 0xAAA1BD) is known color: Biloba Flower. HEX triplet: AA, A1 and BD. RGB value is (170,161,189). Sum of RGB (Red+Green+Blue) = 170+161+189=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1BD is #555E42. Grayscale: #A6A6A6. Windows color (decimal): -5594691 or 12427690. OLE color: 12427690.
HSL color Cylindrical-coordinate representation of color #AAA1BD: hue angle of 259.29º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA1BD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 161 | 189 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.26 |
| HSL | 259.29º | 0.18% | 0.69% | - |
| HSV(B) | 259.29º | 0.15% | 0.74% | - |
| XYZ | 38.51 | 37.71 | 53.39 | - |
| YUV | 166.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 189 | 0.10 | 0.15 | 0 | 0.26 | 259.29 | 0.18 | 0.69 |
| Hex | AA | A1 | BD | A | F | 0 | 1A | 103 | 12 | 45 |
| Octal | 252 | 241 | 275 | 12 | 17 | 0 | 32 | 403 | 22 | 105 |
| Binary | 10101010 | 10100001 | 10111101 | 1010 | 1111 | 0 | 11010 | 100000011 | 10010 | 1000101 |
Color Harmonies of #AAA1BD
Complementary color
Monochromatic Colors of #AAA1BD
Black with #AAA1BD
Text Example
Text Example
White with #AAA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1BD; }
p { color: rgb(170,161,189); }
H1.HeaderClassName
{
color: #AAA1BD;
}
.AnyTagClassName
{
color: #AAA1BD;
}
</style>
background-color css
<style>
a { background-color: #AAA1BD; }
a { background-color: rgb(170,161,189); }
div.DivClassName
{
background-color: #AAA1BD;
}
.BgClassName
{
background-color: #AAA1BD;
}
</style>
border-color css
<style>
span { border-color: #AAA1BD; }
span { border-color: rgb(170,161,189); }
td.TdClassName
{
border-color: #AAA1BD;
}
.TagClassName
{
border-color: #AAA1BD;
}
</style>