Shades of Bouquet #AA7293
Tints of Bouquet #AA7293
RGB
CMYK
RGB Variations
Color information
#AA7293 (or 0xAA7293) is known color: Bouquet. HEX triplet: AA, 72 and 93. RGB value is (170,114,147). Sum of RGB (Red+Green+Blue) = 170+114+147=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7293 is #558D6C. Grayscale: #868686. Windows color (decimal): -5606765 or 9663146. OLE color: 9663146.
HSL color Cylindrical-coordinate representation of color #AA7293: hue angle of 324.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7293 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 147 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.33 |
| HSL | 324.64º | 0.25% | 0.56% | - |
| HSV(B) | 324.64º | 0.33% | 0.67% | - |
| XYZ | 27.86 | 22.69 | 30.51 | - |
| YUV | 134.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 147 | 0 | 0.33 | 0.14 | 0.33 | 324.64 | 0.25 | 0.56 |
| Hex | AA | 72 | 93 | 0 | 21 | E | 21 | 145 | 19 | 38 |
| Octal | 252 | 162 | 223 | 0 | 41 | 16 | 41 | 505 | 31 | 70 |
| Binary | 10101010 | 1110010 | 10010011 | 0 | 100001 | 1110 | 100001 | 101000101 | 11001 | 111000 |
Color Harmonies of #AA7293
Complementary color
Monochromatic Colors of #AA7293
Black with #AA7293
Text Example
Text Example
White with #AA7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7293; }
p { color: rgb(170,114,147); }
H1.HeaderClassName
{
color: #AA7293;
}
.AnyTagClassName
{
color: #AA7293;
}
</style>
background-color css
<style>
a { background-color: #AA7293; }
a { background-color: rgb(170,114,147); }
div.DivClassName
{
background-color: #AA7293;
}
.BgClassName
{
background-color: #AA7293;
}
</style>
border-color css
<style>
span { border-color: #AA7293; }
span { border-color: rgb(170,114,147); }
td.TdClassName
{
border-color: #AA7293;
}
.TagClassName
{
border-color: #AA7293;
}
</style>