Shades of Bouquet #AA6E99
Tints of Bouquet #AA6E99
RGB
CMYK
RGB Variations
Color information
#AA6E99 (or 0xAA6E99) is known color: Bouquet. HEX triplet: AA, 6E and 99. RGB value is (170,110,153). Sum of RGB (Red+Green+Blue) = 170+110+153=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6E99 is #559166. Grayscale: #848484. Windows color (decimal): -5607783 or 10055338. OLE color: 10055338.
HSL color Cylindrical-coordinate representation of color #AA6E99: hue angle of 317º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6E99 is Cyan = 0, Magento = 0.35, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 153 | - |
| CMYK | 0 | 0.35 | 0.1 | 0.33 |
| HSL | 317º | 0.26% | 0.55% | - |
| HSV(B) | 317º | 0.35% | 0.67% | - |
| XYZ | 27.9 | 22 | 32.91 | - |
| YUV | 132.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 153 | 0 | 0.35 | 0.1 | 0.33 | 317 | 0.26 | 0.55 |
| Hex | AA | 6E | 99 | 0 | 23 | A | 21 | 13D | 1A | 37 |
| Octal | 252 | 156 | 231 | 0 | 43 | 12 | 41 | 475 | 32 | 67 |
| Binary | 10101010 | 1101110 | 10011001 | 0 | 100011 | 1010 | 100001 | 100111101 | 11010 | 110111 |
Color Harmonies of #AA6E99
Complementary color
Monochromatic Colors of #AA6E99
Black with #AA6E99
Text Example
Text Example
White with #AA6E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E99; }
p { color: rgb(170,110,153); }
H1.HeaderClassName
{
color: #AA6E99;
}
.AnyTagClassName
{
color: #AA6E99;
}
</style>
background-color css
<style>
a { background-color: #AA6E99; }
a { background-color: rgb(170,110,153); }
div.DivClassName
{
background-color: #AA6E99;
}
.BgClassName
{
background-color: #AA6E99;
}
</style>
border-color css
<style>
span { border-color: #AA6E99; }
span { border-color: rgb(170,110,153); }
td.TdClassName
{
border-color: #AA6E99;
}
.TagClassName
{
border-color: #AA6E99;
}
</style>