Shades of Bouquet #AA7191
Tints of Bouquet #AA7191
RGB
CMYK
RGB Variations
Color information
#AA7191 (or 0xAA7191) is known color: Bouquet. HEX triplet: AA, 71 and 91. RGB value is (170,113,145). Sum of RGB (Red+Green+Blue) = 170+113+145=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7191 is #558E6E. Grayscale: #858585. Windows color (decimal): -5607023 or 9531818. OLE color: 9531818.
HSL color Cylindrical-coordinate representation of color #AA7191: hue angle of 326.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7191 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 145 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.33 |
| HSL | 326.32º | 0.25% | 0.55% | - |
| HSV(B) | 326.32º | 0.34% | 0.67% | - |
| XYZ | 27.59 | 22.4 | 29.66 | - |
| YUV | 133.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 145 | 0 | 0.34 | 0.15 | 0.33 | 326.32 | 0.25 | 0.55 |
| Hex | AA | 71 | 91 | 0 | 22 | F | 21 | 146 | 19 | 37 |
| Octal | 252 | 161 | 221 | 0 | 42 | 17 | 41 | 506 | 31 | 67 |
| Binary | 10101010 | 1110001 | 10010001 | 0 | 100010 | 1111 | 100001 | 101000110 | 11001 | 110111 |
Color Harmonies of #AA7191
Complementary color
Monochromatic Colors of #AA7191
Black with #AA7191
Text Example
Text Example
White with #AA7191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7191; }
p { color: rgb(170,113,145); }
H1.HeaderClassName
{
color: #AA7191;
}
.AnyTagClassName
{
color: #AA7191;
}
</style>
background-color css
<style>
a { background-color: #AA7191; }
a { background-color: rgb(170,113,145); }
div.DivClassName
{
background-color: #AA7191;
}
.BgClassName
{
background-color: #AA7191;
}
</style>
border-color css
<style>
span { border-color: #AA7191; }
span { border-color: rgb(170,113,145); }
td.TdClassName
{
border-color: #AA7191;
}
.TagClassName
{
border-color: #AA7191;
}
</style>