Shades of Bouquet #AA76A0
Tints of Bouquet #AA76A0
RGB
CMYK
RGB Variations
Color information
#AA76A0 (or 0xAA76A0) is known color: Bouquet. HEX triplet: AA, 76 and A0. RGB value is (170,118,160). Sum of RGB (Red+Green+Blue) = 170+118+160=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA76A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76A0 is #55895F. Grayscale: #8A8A8A. Windows color (decimal): -5605728 or 10516138. OLE color: 10516138.
HSL color Cylindrical-coordinate representation of color #AA76A0: hue angle of 311.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA76A0 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 160 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.33 |
| HSL | 311.54º | 0.23% | 0.56% | - |
| HSV(B) | 311.54º | 0.31% | 0.67% | - |
| XYZ | 29.4 | 24.04 | 36.35 | - |
| YUV | 138.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 160 | 0 | 0.31 | 0.06 | 0.33 | 311.54 | 0.23 | 0.56 |
| Hex | AA | 76 | A0 | 0 | 1F | 6 | 21 | 138 | 17 | 38 |
| Octal | 252 | 166 | 240 | 0 | 37 | 6 | 41 | 470 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10100000 | 0 | 11111 | 110 | 100001 | 100111000 | 10111 | 111000 |
Color Harmonies of #AA76A0
Complementary color
Monochromatic Colors of #AA76A0
Black with #AA76A0
Text Example
Text Example
White with #AA76A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76A0; }
p { color: rgb(170,118,160); }
H1.HeaderClassName
{
color: #AA76A0;
}
.AnyTagClassName
{
color: #AA76A0;
}
</style>
background-color css
<style>
a { background-color: #AA76A0; }
a { background-color: rgb(170,118,160); }
div.DivClassName
{
background-color: #AA76A0;
}
.BgClassName
{
background-color: #AA76A0;
}
</style>
border-color css
<style>
span { border-color: #AA76A0; }
span { border-color: rgb(170,118,160); }
td.TdClassName
{
border-color: #AA76A0;
}
.TagClassName
{
border-color: #AA76A0;
}
</style>