Shades of Bouquet #AA749B
Tints of Bouquet #AA749B
RGB
CMYK
RGB Variations
Color information
#AA749B (or 0xAA749B) is known color: Bouquet. HEX triplet: AA, 74 and 9B. RGB value is (170,116,155). Sum of RGB (Red+Green+Blue) = 170+116+155=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA749B is #558B64. Grayscale: #888888. Windows color (decimal): -5606245 or 10187946. OLE color: 10187946.
HSL color Cylindrical-coordinate representation of color #AA749B: hue angle of 316.67º 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 #AA749B is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 155 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.33 |
| HSL | 316.67º | 0.24% | 0.56% | - |
| HSV(B) | 316.67º | 0.32% | 0.67% | - |
| XYZ | 28.74 | 23.4 | 34.01 | - |
| YUV | 136.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 155 | 0 | 0.32 | 0.09 | 0.33 | 316.67 | 0.24 | 0.56 |
| Hex | AA | 74 | 9B | 0 | 20 | 9 | 21 | 13D | 18 | 38 |
| Octal | 252 | 164 | 233 | 0 | 40 | 11 | 41 | 475 | 30 | 70 |
| Binary | 10101010 | 1110100 | 10011011 | 0 | 100000 | 1001 | 100001 | 100111101 | 11000 | 111000 |
Color Harmonies of #AA749B
Complementary color
Monochromatic Colors of #AA749B
Black with #AA749B
Text Example
Text Example
White with #AA749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA749B; }
p { color: rgb(170,116,155); }
H1.HeaderClassName
{
color: #AA749B;
}
.AnyTagClassName
{
color: #AA749B;
}
</style>
background-color css
<style>
a { background-color: #AA749B; }
a { background-color: rgb(170,116,155); }
div.DivClassName
{
background-color: #AA749B;
}
.BgClassName
{
background-color: #AA749B;
}
</style>
border-color css
<style>
span { border-color: #AA749B; }
span { border-color: rgb(170,116,155); }
td.TdClassName
{
border-color: #AA749B;
}
.TagClassName
{
border-color: #AA749B;
}
</style>