Shades of Bouquet #AA739E
Tints of Bouquet #AA739E
RGB
CMYK
RGB Variations
Color information
#AA739E (or 0xAA739E) is known color: Bouquet. HEX triplet: AA, 73 and 9E. RGB value is (170,115,158). Sum of RGB (Red+Green+Blue) = 170+115+158=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA739E is #558C61. Grayscale: #888888. Windows color (decimal): -5606498 or 10384298. OLE color: 10384298.
HSL color Cylindrical-coordinate representation of color #AA739E: hue angle of 313.09º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA739E is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 158 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.33 |
| HSL | 313.09º | 0.24% | 0.56% | - |
| HSV(B) | 313.09º | 0.32% | 0.67% | - |
| XYZ | 28.88 | 23.28 | 35.32 | - |
| YUV | 136.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 158 | 0 | 0.32 | 0.07 | 0.33 | 313.09 | 0.24 | 0.56 |
| Hex | AA | 73 | 9E | 0 | 20 | 7 | 21 | 139 | 18 | 38 |
| Octal | 252 | 163 | 236 | 0 | 40 | 7 | 41 | 471 | 30 | 70 |
| Binary | 10101010 | 1110011 | 10011110 | 0 | 100000 | 111 | 100001 | 100111001 | 11000 | 111000 |
Color Harmonies of #AA739E
Complementary color
Monochromatic Colors of #AA739E
Black with #AA739E
Text Example
Text Example
White with #AA739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA739E; }
p { color: rgb(170,115,158); }
H1.HeaderClassName
{
color: #AA739E;
}
.AnyTagClassName
{
color: #AA739E;
}
</style>
background-color css
<style>
a { background-color: #AA739E; }
a { background-color: rgb(170,115,158); }
div.DivClassName
{
background-color: #AA739E;
}
.BgClassName
{
background-color: #AA739E;
}
</style>
border-color css
<style>
span { border-color: #AA739E; }
span { border-color: rgb(170,115,158); }
td.TdClassName
{
border-color: #AA739E;
}
.TagClassName
{
border-color: #AA739E;
}
</style>