Shades of Bouquet #AA729A
Tints of Bouquet #AA729A
RGB
CMYK
RGB Variations
Color information
#AA729A (or 0xAA729A) is known color: Bouquet. HEX triplet: AA, 72 and 9A. RGB value is (170,114,154). Sum of RGB (Red+Green+Blue) = 170+114+154=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA729A is #558D65. Grayscale: #878787. Windows color (decimal): -5606758 or 10121898. OLE color: 10121898.
HSL color Cylindrical-coordinate representation of color #AA729A: hue angle of 317.14º 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 #AA729A is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 154 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.33 |
| HSL | 317.14º | 0.25% | 0.56% | - |
| HSV(B) | 317.14º | 0.33% | 0.67% | - |
| XYZ | 28.43 | 22.91 | 33.5 | - |
| YUV | 135.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 154 | 0 | 0.33 | 0.09 | 0.33 | 317.14 | 0.25 | 0.56 |
| Hex | AA | 72 | 9A | 0 | 21 | 9 | 21 | 13D | 19 | 38 |
| Octal | 252 | 162 | 232 | 0 | 41 | 11 | 41 | 475 | 31 | 70 |
| Binary | 10101010 | 1110010 | 10011010 | 0 | 100001 | 1001 | 100001 | 100111101 | 11001 | 111000 |
Color Harmonies of #AA729A
Complementary color
Monochromatic Colors of #AA729A
Black with #AA729A
Text Example
Text Example
White with #AA729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA729A; }
p { color: rgb(170,114,154); }
H1.HeaderClassName
{
color: #AA729A;
}
.AnyTagClassName
{
color: #AA729A;
}
</style>
background-color css
<style>
a { background-color: #AA729A; }
a { background-color: rgb(170,114,154); }
div.DivClassName
{
background-color: #AA729A;
}
.BgClassName
{
background-color: #AA729A;
}
</style>
border-color css
<style>
span { border-color: #AA729A; }
span { border-color: rgb(170,114,154); }
td.TdClassName
{
border-color: #AA729A;
}
.TagClassName
{
border-color: #AA729A;
}
</style>