Shades of Bouquet #AA7190
Tints of Bouquet #AA7190
RGB
CMYK
RGB Variations
Color information
#AA7190 (or 0xAA7190) is known color: Bouquet. HEX triplet: AA, 71 and 90. RGB value is (170,113,144). Sum of RGB (Red+Green+Blue) = 170+113+144=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7190 is #558E6F. Grayscale: #858585. Windows color (decimal): -5607024 or 9466282. OLE color: 9466282.
HSL color Cylindrical-coordinate representation of color #AA7190: hue angle of 327.37º 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 #AA7190 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 144 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.33 |
| HSL | 327.37º | 0.25% | 0.55% | - |
| HSV(B) | 327.37º | 0.34% | 0.67% | - |
| XYZ | 27.52 | 22.37 | 29.25 | - |
| YUV | 133.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 144 | 0 | 0.34 | 0.15 | 0.33 | 327.37 | 0.25 | 0.55 |
| Hex | AA | 71 | 90 | 0 | 22 | F | 21 | 147 | 19 | 37 |
| Octal | 252 | 161 | 220 | 0 | 42 | 17 | 41 | 507 | 31 | 67 |
| Binary | 10101010 | 1110001 | 10010000 | 0 | 100010 | 1111 | 100001 | 101000111 | 11001 | 110111 |
Color Harmonies of #AA7190
Complementary color
Monochromatic Colors of #AA7190
Black with #AA7190
Text Example
Text Example
White with #AA7190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7190; }
p { color: rgb(170,113,144); }
H1.HeaderClassName
{
color: #AA7190;
}
.AnyTagClassName
{
color: #AA7190;
}
</style>
background-color css
<style>
a { background-color: #AA7190; }
a { background-color: rgb(170,113,144); }
div.DivClassName
{
background-color: #AA7190;
}
.BgClassName
{
background-color: #AA7190;
}
</style>
border-color css
<style>
span { border-color: #AA7190; }
span { border-color: rgb(170,113,144); }
td.TdClassName
{
border-color: #AA7190;
}
.TagClassName
{
border-color: #AA7190;
}
</style>