Shades of Bouquet #AA749A
Tints of Bouquet #AA749A
RGB
CMYK
RGB Variations
Color information
#AA749A (or 0xAA749A) is known color: Bouquet. HEX triplet: AA, 74 and 9A. RGB value is (170,116,154). Sum of RGB (Red+Green+Blue) = 170+116+154=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA749A is #558B65. Grayscale: #888888. Windows color (decimal): -5606246 or 10122410. OLE color: 10122410.
HSL color Cylindrical-coordinate representation of color #AA749A: hue angle of 317.78º 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 #AA749A is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 154 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.33 |
| HSL | 317.78º | 0.24% | 0.56% | - |
| HSV(B) | 317.78º | 0.32% | 0.67% | - |
| XYZ | 28.66 | 23.37 | 33.57 | - |
| YUV | 136.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 154 | 0 | 0.32 | 0.09 | 0.33 | 317.78 | 0.24 | 0.56 |
| Hex | AA | 74 | 9A | 0 | 20 | 9 | 21 | 13E | 18 | 38 |
| Octal | 252 | 164 | 232 | 0 | 40 | 11 | 41 | 476 | 30 | 70 |
| Binary | 10101010 | 1110100 | 10011010 | 0 | 100000 | 1001 | 100001 | 100111110 | 11000 | 111000 |
Color Harmonies of #AA749A
Complementary color
Monochromatic Colors of #AA749A
Black with #AA749A
Text Example
Text Example
White with #AA749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA749A; }
p { color: rgb(170,116,154); }
H1.HeaderClassName
{
color: #AA749A;
}
.AnyTagClassName
{
color: #AA749A;
}
</style>
background-color css
<style>
a { background-color: #AA749A; }
a { background-color: rgb(170,116,154); }
div.DivClassName
{
background-color: #AA749A;
}
.BgClassName
{
background-color: #AA749A;
}
</style>
border-color css
<style>
span { border-color: #AA749A; }
span { border-color: rgb(170,116,154); }
td.TdClassName
{
border-color: #AA749A;
}
.TagClassName
{
border-color: #AA749A;
}
</style>