Shades of Bouquet #AA7193
Tints of Bouquet #AA7193
RGB
CMYK
RGB Variations
Color information
#AA7193 (or 0xAA7193) is known color: Bouquet. HEX triplet: AA, 71 and 93. RGB value is (170,113,147). Sum of RGB (Red+Green+Blue) = 170+113+147=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7193 is #558E6C. Grayscale: #858585. Windows color (decimal): -5607021 or 9662890. OLE color: 9662890.
HSL color Cylindrical-coordinate representation of color #AA7193: hue angle of 324.21º 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 #AA7193 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 147 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.33 |
| HSL | 324.21º | 0.25% | 0.55% | - |
| HSV(B) | 324.21º | 0.34% | 0.67% | - |
| XYZ | 27.75 | 22.46 | 30.48 | - |
| YUV | 133.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 147 | 0 | 0.34 | 0.14 | 0.33 | 324.21 | 0.25 | 0.55 |
| Hex | AA | 71 | 93 | 0 | 22 | E | 21 | 144 | 19 | 37 |
| Octal | 252 | 161 | 223 | 0 | 42 | 16 | 41 | 504 | 31 | 67 |
| Binary | 10101010 | 1110001 | 10010011 | 0 | 100010 | 1110 | 100001 | 101000100 | 11001 | 110111 |
Color Harmonies of #AA7193
Complementary color
Monochromatic Colors of #AA7193
Black with #AA7193
Text Example
Text Example
White with #AA7193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7193; }
p { color: rgb(170,113,147); }
H1.HeaderClassName
{
color: #AA7193;
}
.AnyTagClassName
{
color: #AA7193;
}
</style>
background-color css
<style>
a { background-color: #AA7193; }
a { background-color: rgb(170,113,147); }
div.DivClassName
{
background-color: #AA7193;
}
.BgClassName
{
background-color: #AA7193;
}
</style>
border-color css
<style>
span { border-color: #AA7193; }
span { border-color: rgb(170,113,147); }
td.TdClassName
{
border-color: #AA7193;
}
.TagClassName
{
border-color: #AA7193;
}
</style>