Shades of Bouquet #AA769F
Tints of Bouquet #AA769F
RGB
CMYK
RGB Variations
Color information
#AA769F (or 0xAA769F) is known color: Bouquet. HEX triplet: AA, 76 and 9F. RGB value is (170,118,159). Sum of RGB (Red+Green+Blue) = 170+118+159=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA769F is #558960. Grayscale: #8A8A8A. Windows color (decimal): -5605729 or 10450602. OLE color: 10450602.
HSL color Cylindrical-coordinate representation of color #AA769F: hue angle of 312.69º 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 #AA769F is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 159 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.33 |
| HSL | 312.69º | 0.23% | 0.56% | - |
| HSV(B) | 312.69º | 0.31% | 0.67% | - |
| XYZ | 29.31 | 24.01 | 35.89 | - |
| YUV | 138.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 159 | 0 | 0.31 | 0.06 | 0.33 | 312.69 | 0.23 | 0.56 |
| Hex | AA | 76 | 9F | 0 | 1F | 6 | 21 | 139 | 17 | 38 |
| Octal | 252 | 166 | 237 | 0 | 37 | 6 | 41 | 471 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10011111 | 0 | 11111 | 110 | 100001 | 100111001 | 10111 | 111000 |
Color Harmonies of #AA769F
Complementary color
Monochromatic Colors of #AA769F
Black with #AA769F
Text Example
Text Example
White with #AA769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA769F; }
p { color: rgb(170,118,159); }
H1.HeaderClassName
{
color: #AA769F;
}
.AnyTagClassName
{
color: #AA769F;
}
</style>
background-color css
<style>
a { background-color: #AA769F; }
a { background-color: rgb(170,118,159); }
div.DivClassName
{
background-color: #AA769F;
}
.BgClassName
{
background-color: #AA769F;
}
</style>
border-color css
<style>
span { border-color: #AA769F; }
span { border-color: rgb(170,118,159); }
td.TdClassName
{
border-color: #AA769F;
}
.TagClassName
{
border-color: #AA769F;
}
</style>