Shades of Bouquet #AA76A1
Tints of Bouquet #AA76A1
RGB
CMYK
RGB Variations
Color information
#AA76A1 (or 0xAA76A1) is known color: Bouquet. HEX triplet: AA, 76 and A1. RGB value is (170,118,161). Sum of RGB (Red+Green+Blue) = 170+118+161=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA76A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76A1 is #55895E. Grayscale: #8A8A8A. Windows color (decimal): -5605727 or 10581674. OLE color: 10581674.
HSL color Cylindrical-coordinate representation of color #AA76A1: hue angle of 310.38º 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 #AA76A1 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 161 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.33 |
| HSL | 310.38º | 0.23% | 0.56% | - |
| HSV(B) | 310.38º | 0.31% | 0.67% | - |
| XYZ | 29.49 | 24.08 | 36.81 | - |
| YUV | 138.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 161 | 0 | 0.31 | 0.05 | 0.33 | 310.38 | 0.23 | 0.56 |
| Hex | AA | 76 | A1 | 0 | 1F | 5 | 21 | 136 | 17 | 38 |
| Octal | 252 | 166 | 241 | 0 | 37 | 5 | 41 | 466 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10100001 | 0 | 11111 | 101 | 100001 | 100110110 | 10111 | 111000 |
Color Harmonies of #AA76A1
Complementary color
Monochromatic Colors of #AA76A1
Black with #AA76A1
Text Example
Text Example
White with #AA76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76A1; }
p { color: rgb(170,118,161); }
H1.HeaderClassName
{
color: #AA76A1;
}
.AnyTagClassName
{
color: #AA76A1;
}
</style>
background-color css
<style>
a { background-color: #AA76A1; }
a { background-color: rgb(170,118,161); }
div.DivClassName
{
background-color: #AA76A1;
}
.BgClassName
{
background-color: #AA76A1;
}
</style>
border-color css
<style>
span { border-color: #AA76A1; }
span { border-color: rgb(170,118,161); }
td.TdClassName
{
border-color: #AA76A1;
}
.TagClassName
{
border-color: #AA76A1;
}
</style>