Shades of Bouquet #AA789E
Tints of Bouquet #AA789E
RGB
CMYK
RGB Variations
Color information
#AA789E (or 0xAA789E) is known color: Bouquet. HEX triplet: AA, 78 and 9E. RGB value is (170,120,158). Sum of RGB (Red+Green+Blue) = 170+120+158=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA789E is #558761. Grayscale: #8B8B8B. Windows color (decimal): -5605218 or 10385578. OLE color: 10385578.
HSL color Cylindrical-coordinate representation of color #AA789E: hue angle of 314.4º degrees, saturation: 0.23, 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 #AA789E is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 158 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.33 |
| HSL | 314.4º | 0.23% | 0.57% | - |
| HSV(B) | 314.4º | 0.29% | 0.67% | - |
| XYZ | 29.47 | 24.45 | 35.51 | - |
| YUV | 139.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 158 | 0 | 0.29 | 0.07 | 0.33 | 314.4 | 0.23 | 0.57 |
| Hex | AA | 78 | 9E | 0 | 1D | 7 | 21 | 13A | 17 | 39 |
| Octal | 252 | 170 | 236 | 0 | 35 | 7 | 41 | 472 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10011110 | 0 | 11101 | 111 | 100001 | 100111010 | 10111 | 111001 |
Color Harmonies of #AA789E
Complementary color
Monochromatic Colors of #AA789E
Black with #AA789E
Text Example
Text Example
White with #AA789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA789E; }
p { color: rgb(170,120,158); }
H1.HeaderClassName
{
color: #AA789E;
}
.AnyTagClassName
{
color: #AA789E;
}
</style>
background-color css
<style>
a { background-color: #AA789E; }
a { background-color: rgb(170,120,158); }
div.DivClassName
{
background-color: #AA789E;
}
.BgClassName
{
background-color: #AA789E;
}
</style>
border-color css
<style>
span { border-color: #AA789E; }
span { border-color: rgb(170,120,158); }
td.TdClassName
{
border-color: #AA789E;
}
.TagClassName
{
border-color: #AA789E;
}
</style>