Shades of Bouquet #AA739D
Tints of Bouquet #AA739D
RGB
CMYK
RGB Variations
Color information
#AA739D (or 0xAA739D) is known color: Bouquet. HEX triplet: AA, 73 and 9D. RGB value is (170,115,157). Sum of RGB (Red+Green+Blue) = 170+115+157=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA739D is #558C62. Grayscale: #888888. Windows color (decimal): -5606499 or 10318762. OLE color: 10318762.
HSL color Cylindrical-coordinate representation of color #AA739D: hue angle of 314.18º 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 #AA739D is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 157 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.33 |
| HSL | 314.18º | 0.24% | 0.56% | - |
| HSV(B) | 314.18º | 0.32% | 0.67% | - |
| XYZ | 28.79 | 23.24 | 34.87 | - |
| YUV | 136.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 157 | 0 | 0.32 | 0.08 | 0.33 | 314.18 | 0.24 | 0.56 |
| Hex | AA | 73 | 9D | 0 | 20 | 8 | 21 | 13A | 18 | 38 |
| Octal | 252 | 163 | 235 | 0 | 40 | 10 | 41 | 472 | 30 | 70 |
| Binary | 10101010 | 1110011 | 10011101 | 0 | 100000 | 1000 | 100001 | 100111010 | 11000 | 111000 |
Color Harmonies of #AA739D
Complementary color
Monochromatic Colors of #AA739D
Black with #AA739D
Text Example
Text Example
White with #AA739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA739D; }
p { color: rgb(170,115,157); }
H1.HeaderClassName
{
color: #AA739D;
}
.AnyTagClassName
{
color: #AA739D;
}
</style>
background-color css
<style>
a { background-color: #AA739D; }
a { background-color: rgb(170,115,157); }
div.DivClassName
{
background-color: #AA739D;
}
.BgClassName
{
background-color: #AA739D;
}
</style>
border-color css
<style>
span { border-color: #AA739D; }
span { border-color: rgb(170,115,157); }
td.TdClassName
{
border-color: #AA739D;
}
.TagClassName
{
border-color: #AA739D;
}
</style>