Shades of Bouquet #AA7599
Tints of Bouquet #AA7599
RGB
CMYK
RGB Variations
Color information
#AA7599 (or 0xAA7599) is known color: Bouquet. HEX triplet: AA, 75 and 99. RGB value is (170,117,153). Sum of RGB (Red+Green+Blue) = 170+117+153=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7599 is #558A66. Grayscale: #888888. Windows color (decimal): -5605991 or 10057130. OLE color: 10057130.
HSL color Cylindrical-coordinate representation of color #AA7599: hue angle of 319.25º 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 #AA7599 is Cyan = 0, Magento = 0.31, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 153 | - |
| CMYK | 0 | 0.31 | 0.1 | 0.33 |
| HSL | 319.25º | 0.24% | 0.56% | - |
| HSV(B) | 319.25º | 0.31% | 0.67% | - |
| XYZ | 28.69 | 23.57 | 33.17 | - |
| YUV | 136.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 153 | 0 | 0.31 | 0.1 | 0.33 | 319.25 | 0.24 | 0.56 |
| Hex | AA | 75 | 99 | 0 | 1F | A | 21 | 13F | 18 | 38 |
| Octal | 252 | 165 | 231 | 0 | 37 | 12 | 41 | 477 | 30 | 70 |
| Binary | 10101010 | 1110101 | 10011001 | 0 | 11111 | 1010 | 100001 | 100111111 | 11000 | 111000 |
Color Harmonies of #AA7599
Complementary color
Monochromatic Colors of #AA7599
Black with #AA7599
Text Example
Text Example
White with #AA7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7599; }
p { color: rgb(170,117,153); }
H1.HeaderClassName
{
color: #AA7599;
}
.AnyTagClassName
{
color: #AA7599;
}
</style>
background-color css
<style>
a { background-color: #AA7599; }
a { background-color: rgb(170,117,153); }
div.DivClassName
{
background-color: #AA7599;
}
.BgClassName
{
background-color: #AA7599;
}
</style>
border-color css
<style>
span { border-color: #AA7599; }
span { border-color: rgb(170,117,153); }
td.TdClassName
{
border-color: #AA7599;
}
.TagClassName
{
border-color: #AA7599;
}
</style>