Shades of Bouquet #AA769E
Tints of Bouquet #AA769E
RGB
CMYK
RGB Variations
Color information
#AA769E (or 0xAA769E) is known color: Bouquet. HEX triplet: AA, 76 and 9E. RGB value is (170,118,158). Sum of RGB (Red+Green+Blue) = 170+118+158=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA769E is #558961. Grayscale: #8A8A8A. Windows color (decimal): -5605730 or 10385066. OLE color: 10385066.
HSL color Cylindrical-coordinate representation of color #AA769E: hue angle of 313.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA769E is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 158 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.33 |
| HSL | 313.85º | 0.23% | 0.56% | - |
| HSV(B) | 313.85º | 0.31% | 0.67% | - |
| XYZ | 29.23 | 23.97 | 35.43 | - |
| YUV | 138.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 158 | 0 | 0.31 | 0.07 | 0.33 | 313.85 | 0.23 | 0.56 |
| Hex | AA | 76 | 9E | 0 | 1F | 7 | 21 | 13A | 17 | 38 |
| Octal | 252 | 166 | 236 | 0 | 37 | 7 | 41 | 472 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10011110 | 0 | 11111 | 111 | 100001 | 100111010 | 10111 | 111000 |
Color Harmonies of #AA769E
Complementary color
Monochromatic Colors of #AA769E
Black with #AA769E
Text Example
Text Example
White with #AA769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA769E; }
p { color: rgb(170,118,158); }
H1.HeaderClassName
{
color: #AA769E;
}
.AnyTagClassName
{
color: #AA769E;
}
</style>
background-color css
<style>
a { background-color: #AA769E; }
a { background-color: rgb(170,118,158); }
div.DivClassName
{
background-color: #AA769E;
}
.BgClassName
{
background-color: #AA769E;
}
</style>
border-color css
<style>
span { border-color: #AA769E; }
span { border-color: rgb(170,118,158); }
td.TdClassName
{
border-color: #AA769E;
}
.TagClassName
{
border-color: #AA769E;
}
</style>