Shades of Bouquet #AA8BA1
Tints of Bouquet #AA8BA1
RGB
CMYK
RGB Variations
Color information
#AA8BA1 (or 0xAA8BA1) is known color: Bouquet. HEX triplet: AA, 8B and A1. RGB value is (170,139,161). Sum of RGB (Red+Green+Blue) = 170+139+161=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BA1 is #55745E. Grayscale: #969696. Windows color (decimal): -5600351 or 10587050. OLE color: 10587050.
HSL color Cylindrical-coordinate representation of color #AA8BA1: hue angle of 317.42º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8BA1 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 161 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.33 |
| HSL | 317.42º | 0.15% | 0.61% | - |
| HSV(B) | 317.42º | 0.18% | 0.67% | - |
| XYZ | 32.24 | 29.58 | 37.73 | - |
| YUV | 150.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 161 | 0 | 0.18 | 0.05 | 0.33 | 317.42 | 0.15 | 0.61 |
| Hex | AA | 8B | A1 | 0 | 12 | 5 | 21 | 13D | F | 3D |
| Octal | 252 | 213 | 241 | 0 | 22 | 5 | 41 | 475 | 17 | 75 |
| Binary | 10101010 | 10001011 | 10100001 | 0 | 10010 | 101 | 100001 | 100111101 | 1111 | 111101 |
Color Harmonies of #AA8BA1
Complementary color
Monochromatic Colors of #AA8BA1
Black with #AA8BA1
Text Example
Text Example
White with #AA8BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BA1; }
p { color: rgb(170,139,161); }
H1.HeaderClassName
{
color: #AA8BA1;
}
.AnyTagClassName
{
color: #AA8BA1;
}
</style>
background-color css
<style>
a { background-color: #AA8BA1; }
a { background-color: rgb(170,139,161); }
div.DivClassName
{
background-color: #AA8BA1;
}
.BgClassName
{
background-color: #AA8BA1;
}
</style>
border-color css
<style>
span { border-color: #AA8BA1; }
span { border-color: rgb(170,139,161); }
td.TdClassName
{
border-color: #AA8BA1;
}
.TagClassName
{
border-color: #AA8BA1;
}
</style>