Shades of Bouquet #AA789B
Tints of Bouquet #AA789B
RGB
CMYK
RGB Variations
Color information
#AA789B (or 0xAA789B) is known color: Bouquet. HEX triplet: AA, 78 and 9B. RGB value is (170,120,155). Sum of RGB (Red+Green+Blue) = 170+120+155=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA789B is #558764. Grayscale: #8A8A8A. Windows color (decimal): -5605221 or 10188970. OLE color: 10188970.
HSL color Cylindrical-coordinate representation of color #AA789B: hue angle of 318º 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 #AA789B is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 155 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.33 |
| HSL | 318º | 0.23% | 0.57% | - |
| HSV(B) | 318º | 0.29% | 0.67% | - |
| XYZ | 29.21 | 24.35 | 34.17 | - |
| YUV | 138.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 155 | 0 | 0.29 | 0.09 | 0.33 | 318 | 0.23 | 0.57 |
| Hex | AA | 78 | 9B | 0 | 1D | 9 | 21 | 13E | 17 | 39 |
| Octal | 252 | 170 | 233 | 0 | 35 | 11 | 41 | 476 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10011011 | 0 | 11101 | 1001 | 100001 | 100111110 | 10111 | 111001 |
Color Harmonies of #AA789B
Complementary color
Monochromatic Colors of #AA789B
Black with #AA789B
Text Example
Text Example
White with #AA789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA789B; }
p { color: rgb(170,120,155); }
H1.HeaderClassName
{
color: #AA789B;
}
.AnyTagClassName
{
color: #AA789B;
}
</style>
background-color css
<style>
a { background-color: #AA789B; }
a { background-color: rgb(170,120,155); }
div.DivClassName
{
background-color: #AA789B;
}
.BgClassName
{
background-color: #AA789B;
}
</style>
border-color css
<style>
span { border-color: #AA789B; }
span { border-color: rgb(170,120,155); }
td.TdClassName
{
border-color: #AA789B;
}
.TagClassName
{
border-color: #AA789B;
}
</style>