Shades of Bouquet #AA7A9E
Tints of Bouquet #AA7A9E
RGB
CMYK
RGB Variations
Color information
#AA7A9E (or 0xAA7A9E) is known color: Bouquet. HEX triplet: AA, 7A and 9E. RGB value is (170,122,158). Sum of RGB (Red+Green+Blue) = 170+122+158=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A9E is #558561. Grayscale: #8C8C8C. Windows color (decimal): -5604706 or 10386090. OLE color: 10386090.
HSL color Cylindrical-coordinate representation of color #AA7A9E: hue angle of 315º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7A9E is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 158 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.33 |
| HSL | 315º | 0.22% | 0.57% | - |
| HSV(B) | 315º | 0.28% | 0.67% | - |
| XYZ | 29.71 | 24.93 | 35.59 | - |
| YUV | 140.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 158 | 0 | 0.28 | 0.07 | 0.33 | 315 | 0.22 | 0.57 |
| Hex | AA | 7A | 9E | 0 | 1C | 7 | 21 | 13B | 16 | 39 |
| Octal | 252 | 172 | 236 | 0 | 34 | 7 | 41 | 473 | 26 | 71 |
| Binary | 10101010 | 1111010 | 10011110 | 0 | 11100 | 111 | 100001 | 100111011 | 10110 | 111001 |
Color Harmonies of #AA7A9E
Complementary color
Monochromatic Colors of #AA7A9E
Black with #AA7A9E
Text Example
Text Example
White with #AA7A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A9E; }
p { color: rgb(170,122,158); }
H1.HeaderClassName
{
color: #AA7A9E;
}
.AnyTagClassName
{
color: #AA7A9E;
}
</style>
background-color css
<style>
a { background-color: #AA7A9E; }
a { background-color: rgb(170,122,158); }
div.DivClassName
{
background-color: #AA7A9E;
}
.BgClassName
{
background-color: #AA7A9E;
}
</style>
border-color css
<style>
span { border-color: #AA7A9E; }
span { border-color: rgb(170,122,158); }
td.TdClassName
{
border-color: #AA7A9E;
}
.TagClassName
{
border-color: #AA7A9E;
}
</style>