Shades of Bouquet #AA779F
Tints of Bouquet #AA779F
RGB
CMYK
RGB Variations
Color information
#AA779F (or 0xAA779F) is known color: Bouquet. HEX triplet: AA, 77 and 9F. RGB value is (170,119,159). Sum of RGB (Red+Green+Blue) = 170+119+159=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA779F is #558860. Grayscale: #8A8A8A. Windows color (decimal): -5605473 or 10450858. OLE color: 10450858.
HSL color Cylindrical-coordinate representation of color #AA779F: hue angle of 312.94º 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 #AA779F is Cyan = 0, Magento = 0.3, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 159 | - |
| CMYK | 0 | 0.3 | 0.06 | 0.33 |
| HSL | 312.94º | 0.23% | 0.57% | - |
| HSV(B) | 312.94º | 0.3% | 0.67% | - |
| XYZ | 29.43 | 24.24 | 35.93 | - |
| YUV | 138.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 159 | 0 | 0.3 | 0.06 | 0.33 | 312.94 | 0.23 | 0.57 |
| Hex | AA | 77 | 9F | 0 | 1E | 6 | 21 | 139 | 17 | 39 |
| Octal | 252 | 167 | 237 | 0 | 36 | 6 | 41 | 471 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10011111 | 0 | 11110 | 110 | 100001 | 100111001 | 10111 | 111001 |
Color Harmonies of #AA779F
Complementary color
Monochromatic Colors of #AA779F
Black with #AA779F
Text Example
Text Example
White with #AA779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA779F; }
p { color: rgb(170,119,159); }
H1.HeaderClassName
{
color: #AA779F;
}
.AnyTagClassName
{
color: #AA779F;
}
</style>
background-color css
<style>
a { background-color: #AA779F; }
a { background-color: rgb(170,119,159); }
div.DivClassName
{
background-color: #AA779F;
}
.BgClassName
{
background-color: #AA779F;
}
</style>
border-color css
<style>
span { border-color: #AA779F; }
span { border-color: rgb(170,119,159); }
td.TdClassName
{
border-color: #AA779F;
}
.TagClassName
{
border-color: #AA779F;
}
</style>