Shades of Bouquet #AA7299
Tints of Bouquet #AA7299
RGB
CMYK
RGB Variations
Color information
#AA7299 (or 0xAA7299) is known color: Bouquet. HEX triplet: AA, 72 and 99. RGB value is (170,114,153). Sum of RGB (Red+Green+Blue) = 170+114+153=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7299 is #558D66. Grayscale: #878787. Windows color (decimal): -5606759 or 10056362. OLE color: 10056362.
HSL color Cylindrical-coordinate representation of color #AA7299: hue angle of 318.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7299 is Cyan = 0, Magento = 0.33, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 153 | - |
| CMYK | 0 | 0.33 | 0.1 | 0.33 |
| HSL | 318.21º | 0.25% | 0.56% | - |
| HSV(B) | 318.21º | 0.33% | 0.67% | - |
| XYZ | 28.34 | 22.88 | 33.06 | - |
| YUV | 135.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 153 | 0 | 0.33 | 0.1 | 0.33 | 318.21 | 0.25 | 0.56 |
| Hex | AA | 72 | 99 | 0 | 21 | A | 21 | 13E | 19 | 38 |
| Octal | 252 | 162 | 231 | 0 | 41 | 12 | 41 | 476 | 31 | 70 |
| Binary | 10101010 | 1110010 | 10011001 | 0 | 100001 | 1010 | 100001 | 100111110 | 11001 | 111000 |
Color Harmonies of #AA7299
Complementary color
Monochromatic Colors of #AA7299
Black with #AA7299
Text Example
Text Example
White with #AA7299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7299; }
p { color: rgb(170,114,153); }
H1.HeaderClassName
{
color: #AA7299;
}
.AnyTagClassName
{
color: #AA7299;
}
</style>
background-color css
<style>
a { background-color: #AA7299; }
a { background-color: rgb(170,114,153); }
div.DivClassName
{
background-color: #AA7299;
}
.BgClassName
{
background-color: #AA7299;
}
</style>
border-color css
<style>
span { border-color: #AA7299; }
span { border-color: rgb(170,114,153); }
td.TdClassName
{
border-color: #AA7299;
}
.TagClassName
{
border-color: #AA7299;
}
</style>