Shades of Bouquet #AA7899
Tints of Bouquet #AA7899
RGB
CMYK
RGB Variations
Color information
#AA7899 (or 0xAA7899) is known color: Bouquet. HEX triplet: AA, 78 and 99. RGB value is (170,120,153). Sum of RGB (Red+Green+Blue) = 170+120+153=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7899 is #558766. Grayscale: #8A8A8A. Windows color (decimal): -5605223 or 10057898. OLE color: 10057898.
HSL color Cylindrical-coordinate representation of color #AA7899: hue angle of 320.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7899 is Cyan = 0, Magento = 0.29, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 153 | - |
| CMYK | 0 | 0.29 | 0.1 | 0.33 |
| HSL | 320.4º | 0.23% | 0.57% | - |
| HSV(B) | 320.4º | 0.29% | 0.67% | - |
| XYZ | 29.04 | 24.28 | 33.29 | - |
| YUV | 138.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 153 | 0 | 0.29 | 0.1 | 0.33 | 320.4 | 0.23 | 0.57 |
| Hex | AA | 78 | 99 | 0 | 1D | A | 21 | 140 | 17 | 39 |
| Octal | 252 | 170 | 231 | 0 | 35 | 12 | 41 | 500 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10011001 | 0 | 11101 | 1010 | 100001 | 101000000 | 10111 | 111001 |
Color Harmonies of #AA7899
Complementary color
Monochromatic Colors of #AA7899
Black with #AA7899
Text Example
Text Example
White with #AA7899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7899; }
p { color: rgb(170,120,153); }
H1.HeaderClassName
{
color: #AA7899;
}
.AnyTagClassName
{
color: #AA7899;
}
</style>
background-color css
<style>
a { background-color: #AA7899; }
a { background-color: rgb(170,120,153); }
div.DivClassName
{
background-color: #AA7899;
}
.BgClassName
{
background-color: #AA7899;
}
</style>
border-color css
<style>
span { border-color: #AA7899; }
span { border-color: rgb(170,120,153); }
td.TdClassName
{
border-color: #AA7899;
}
.TagClassName
{
border-color: #AA7899;
}
</style>