Shades of Bouquet #AA759F
Tints of Bouquet #AA759F
RGB
CMYK
RGB Variations
Color information
#AA759F (or 0xAA759F) is known color: Bouquet. HEX triplet: AA, 75 and 9F. RGB value is (170,117,159). Sum of RGB (Red+Green+Blue) = 170+117+159=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA759F is #558A60. Grayscale: #898989. Windows color (decimal): -5605985 or 10450346. OLE color: 10450346.
HSL color Cylindrical-coordinate representation of color #AA759F: hue angle of 312.45º degrees, saturation: 0.24, 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 #AA759F is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 159 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.33 |
| HSL | 312.45º | 0.24% | 0.56% | - |
| HSV(B) | 312.45º | 0.31% | 0.67% | - |
| XYZ | 29.2 | 23.77 | 35.85 | - |
| YUV | 137.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 159 | 0 | 0.31 | 0.06 | 0.33 | 312.45 | 0.24 | 0.56 |
| Hex | AA | 75 | 9F | 0 | 1F | 6 | 21 | 138 | 18 | 38 |
| Octal | 252 | 165 | 237 | 0 | 37 | 6 | 41 | 470 | 30 | 70 |
| Binary | 10101010 | 1110101 | 10011111 | 0 | 11111 | 110 | 100001 | 100111000 | 11000 | 111000 |
Color Harmonies of #AA759F
Complementary color
Monochromatic Colors of #AA759F
Black with #AA759F
Text Example
Text Example
White with #AA759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA759F; }
p { color: rgb(170,117,159); }
H1.HeaderClassName
{
color: #AA759F;
}
.AnyTagClassName
{
color: #AA759F;
}
</style>
background-color css
<style>
a { background-color: #AA759F; }
a { background-color: rgb(170,117,159); }
div.DivClassName
{
background-color: #AA759F;
}
.BgClassName
{
background-color: #AA759F;
}
</style>
border-color css
<style>
span { border-color: #AA759F; }
span { border-color: rgb(170,117,159); }
td.TdClassName
{
border-color: #AA759F;
}
.TagClassName
{
border-color: #AA759F;
}
</style>