Shades of Bouquet #AA779B
Tints of Bouquet #AA779B
RGB
CMYK
RGB Variations
Color information
#AA779B (or 0xAA779B) is known color: Bouquet. HEX triplet: AA, 77 and 9B. RGB value is (170,119,155). Sum of RGB (Red+Green+Blue) = 170+119+155=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA779B is #558864. Grayscale: #8A8A8A. Windows color (decimal): -5605477 or 10188714. OLE color: 10188714.
HSL color Cylindrical-coordinate representation of color #AA779B: hue angle of 317.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA779B is Cyan = 0, Magento = 0.3, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 155 | - |
| CMYK | 0 | 0.3 | 0.09 | 0.33 |
| HSL | 317.65º | 0.23% | 0.57% | - |
| HSV(B) | 317.65º | 0.3% | 0.67% | - |
| XYZ | 29.09 | 24.11 | 34.13 | - |
| YUV | 138.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 155 | 0 | 0.3 | 0.09 | 0.33 | 317.65 | 0.23 | 0.57 |
| Hex | AA | 77 | 9B | 0 | 1E | 9 | 21 | 13E | 17 | 39 |
| Octal | 252 | 167 | 233 | 0 | 36 | 11 | 41 | 476 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10011011 | 0 | 11110 | 1001 | 100001 | 100111110 | 10111 | 111001 |
Color Harmonies of #AA779B
Complementary color
Monochromatic Colors of #AA779B
Black with #AA779B
Text Example
Text Example
White with #AA779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA779B; }
p { color: rgb(170,119,155); }
H1.HeaderClassName
{
color: #AA779B;
}
.AnyTagClassName
{
color: #AA779B;
}
</style>
background-color css
<style>
a { background-color: #AA779B; }
a { background-color: rgb(170,119,155); }
div.DivClassName
{
background-color: #AA779B;
}
.BgClassName
{
background-color: #AA779B;
}
</style>
border-color css
<style>
span { border-color: #AA779B; }
span { border-color: rgb(170,119,155); }
td.TdClassName
{
border-color: #AA779B;
}
.TagClassName
{
border-color: #AA779B;
}
</style>