Shades of Bouquet #AA6999
Tints of Bouquet #AA6999
RGB
CMYK
RGB Variations
Color information
#AA6999 (or 0xAA6999) is known color: Bouquet. HEX triplet: AA, 69 and 99. RGB value is (170,105,153). Sum of RGB (Red+Green+Blue) = 170+105+153=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6999 is #559666. Grayscale: #818181. Windows color (decimal): -5609063 or 10054058. OLE color: 10054058.
HSL color Cylindrical-coordinate representation of color #AA6999: hue angle of 315.69º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6999 is Cyan = 0, Magento = 0.38, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 153 | - |
| CMYK | 0 | 0.38 | 0.1 | 0.33 |
| HSL | 315.69º | 0.28% | 0.54% | - |
| HSV(B) | 315.69º | 0.38% | 0.67% | - |
| XYZ | 27.38 | 20.95 | 32.74 | - |
| YUV | 129.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 153 | 0 | 0.38 | 0.1 | 0.33 | 315.69 | 0.28 | 0.54 |
| Hex | AA | 69 | 99 | 0 | 26 | A | 21 | 13C | 1C | 36 |
| Octal | 252 | 151 | 231 | 0 | 46 | 12 | 41 | 474 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10011001 | 0 | 100110 | 1010 | 100001 | 100111100 | 11100 | 110110 |
Color Harmonies of #AA6999
Complementary color
Monochromatic Colors of #AA6999
Black with #AA6999
Text Example
Text Example
White with #AA6999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6999; }
p { color: rgb(170,105,153); }
H1.HeaderClassName
{
color: #AA6999;
}
.AnyTagClassName
{
color: #AA6999;
}
</style>
background-color css
<style>
a { background-color: #AA6999; }
a { background-color: rgb(170,105,153); }
div.DivClassName
{
background-color: #AA6999;
}
.BgClassName
{
background-color: #AA6999;
}
</style>
border-color css
<style>
span { border-color: #AA6999; }
span { border-color: rgb(170,105,153); }
td.TdClassName
{
border-color: #AA6999;
}
.TagClassName
{
border-color: #AA6999;
}
</style>