Shades of Bouquet #AA799E
Tints of Bouquet #AA799E
RGB
CMYK
RGB Variations
Color information
#AA799E (or 0xAA799E) is known color: Bouquet. HEX triplet: AA, 79 and 9E. RGB value is (170,121,158). Sum of RGB (Red+Green+Blue) = 170+121+158=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA799E is #558661. Grayscale: #8B8B8B. Windows color (decimal): -5604962 or 10385834. OLE color: 10385834.
HSL color Cylindrical-coordinate representation of color #AA799E: hue angle of 314.69º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA799E is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 158 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.33 |
| HSL | 314.69º | 0.22% | 0.57% | - |
| HSV(B) | 314.69º | 0.29% | 0.67% | - |
| XYZ | 29.59 | 24.69 | 35.55 | - |
| YUV | 139.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 158 | 0 | 0.29 | 0.07 | 0.33 | 314.69 | 0.22 | 0.57 |
| Hex | AA | 79 | 9E | 0 | 1D | 7 | 21 | 13B | 16 | 39 |
| Octal | 252 | 171 | 236 | 0 | 35 | 7 | 41 | 473 | 26 | 71 |
| Binary | 10101010 | 1111001 | 10011110 | 0 | 11101 | 111 | 100001 | 100111011 | 10110 | 111001 |
Color Harmonies of #AA799E
Complementary color
Monochromatic Colors of #AA799E
Black with #AA799E
Text Example
Text Example
White with #AA799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA799E; }
p { color: rgb(170,121,158); }
H1.HeaderClassName
{
color: #AA799E;
}
.AnyTagClassName
{
color: #AA799E;
}
</style>
background-color css
<style>
a { background-color: #AA799E; }
a { background-color: rgb(170,121,158); }
div.DivClassName
{
background-color: #AA799E;
}
.BgClassName
{
background-color: #AA799E;
}
</style>
border-color css
<style>
span { border-color: #AA799E; }
span { border-color: rgb(170,121,158); }
td.TdClassName
{
border-color: #AA799E;
}
.TagClassName
{
border-color: #AA799E;
}
</style>