Shades of Bouquet #AA789D
Tints of Bouquet #AA789D
RGB
CMYK
RGB Variations
Color information
#AA789D (or 0xAA789D) is known color: Bouquet. HEX triplet: AA, 78 and 9D. RGB value is (170,120,157). Sum of RGB (Red+Green+Blue) = 170+120+157=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA789D is #558762. Grayscale: #8B8B8B. Windows color (decimal): -5605219 or 10320042. OLE color: 10320042.
HSL color Cylindrical-coordinate representation of color #AA789D: hue angle of 315.6º 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 #AA789D is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 157 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.33 |
| HSL | 315.6º | 0.23% | 0.57% | - |
| HSV(B) | 315.6º | 0.29% | 0.67% | - |
| XYZ | 29.38 | 24.41 | 35.06 | - |
| YUV | 139.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 157 | 0 | 0.29 | 0.08 | 0.33 | 315.6 | 0.23 | 0.57 |
| Hex | AA | 78 | 9D | 0 | 1D | 8 | 21 | 13C | 17 | 39 |
| Octal | 252 | 170 | 235 | 0 | 35 | 10 | 41 | 474 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10011101 | 0 | 11101 | 1000 | 100001 | 100111100 | 10111 | 111001 |
Color Harmonies of #AA789D
Complementary color
Monochromatic Colors of #AA789D
Black with #AA789D
Text Example
Text Example
White with #AA789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA789D; }
p { color: rgb(170,120,157); }
H1.HeaderClassName
{
color: #AA789D;
}
.AnyTagClassName
{
color: #AA789D;
}
</style>
background-color css
<style>
a { background-color: #AA789D; }
a { background-color: rgb(170,120,157); }
div.DivClassName
{
background-color: #AA789D;
}
.BgClassName
{
background-color: #AA789D;
}
</style>
border-color css
<style>
span { border-color: #AA789D; }
span { border-color: rgb(170,120,157); }
td.TdClassName
{
border-color: #AA789D;
}
.TagClassName
{
border-color: #AA789D;
}
</style>