Shades of Bouquet #AA7F94
Tints of Bouquet #AA7F94
RGB
CMYK
RGB Variations
Color information
#AA7F94 (or 0xAA7F94) is known color: Bouquet. HEX triplet: AA, 7F and 94. RGB value is (170,127,148). Sum of RGB (Red+Green+Blue) = 170+127+148=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F94 is #55806B. Grayscale: #8E8E8E. Windows color (decimal): -5603436 or 9732010. OLE color: 9732010.
HSL color Cylindrical-coordinate representation of color #AA7F94: hue angle of 330.7º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7F94 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 148 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.33 |
| HSL | 330.7º | 0.2% | 0.58% | - |
| HSV(B) | 330.7º | 0.25% | 0.67% | - |
| XYZ | 29.51 | 25.86 | 31.45 | - |
| YUV | 142.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 148 | 0 | 0.25 | 0.13 | 0.33 | 330.7 | 0.2 | 0.58 |
| Hex | AA | 7F | 94 | 0 | 19 | D | 21 | 14B | 14 | 3A |
| Octal | 252 | 177 | 224 | 0 | 31 | 15 | 41 | 513 | 24 | 72 |
| Binary | 10101010 | 1111111 | 10010100 | 0 | 11001 | 1101 | 100001 | 101001011 | 10100 | 111010 |
Color Harmonies of #AA7F94
Complementary color
Monochromatic Colors of #AA7F94
Black with #AA7F94
Text Example
Text Example
White with #AA7F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F94; }
p { color: rgb(170,127,148); }
H1.HeaderClassName
{
color: #AA7F94;
}
.AnyTagClassName
{
color: #AA7F94;
}
</style>
background-color css
<style>
a { background-color: #AA7F94; }
a { background-color: rgb(170,127,148); }
div.DivClassName
{
background-color: #AA7F94;
}
.BgClassName
{
background-color: #AA7F94;
}
</style>
border-color css
<style>
span { border-color: #AA7F94; }
span { border-color: rgb(170,127,148); }
td.TdClassName
{
border-color: #AA7F94;
}
.TagClassName
{
border-color: #AA7F94;
}
</style>