Shades of Bouquet #AA709A
Tints of Bouquet #AA709A
RGB
CMYK
RGB Variations
Color information
#AA709A (or 0xAA709A) is known color: Bouquet. HEX triplet: AA, 70 and 9A. RGB value is (170,112,154). Sum of RGB (Red+Green+Blue) = 170+112+154=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA709A is #558F65. Grayscale: #868686. Windows color (decimal): -5607270 or 10121386. OLE color: 10121386.
HSL color Cylindrical-coordinate representation of color #AA709A: hue angle of 316.55º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA709A is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 154 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.33 |
| HSL | 316.55º | 0.25% | 0.55% | - |
| HSV(B) | 316.55º | 0.34% | 0.67% | - |
| XYZ | 28.2 | 22.47 | 33.42 | - |
| YUV | 134.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 154 | 0 | 0.34 | 0.09 | 0.33 | 316.55 | 0.25 | 0.55 |
| Hex | AA | 70 | 9A | 0 | 22 | 9 | 21 | 13D | 19 | 37 |
| Octal | 252 | 160 | 232 | 0 | 42 | 11 | 41 | 475 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10011010 | 0 | 100010 | 1001 | 100001 | 100111101 | 11001 | 110111 |
Color Harmonies of #AA709A
Complementary color
Monochromatic Colors of #AA709A
Black with #AA709A
Text Example
Text Example
White with #AA709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA709A; }
p { color: rgb(170,112,154); }
H1.HeaderClassName
{
color: #AA709A;
}
.AnyTagClassName
{
color: #AA709A;
}
</style>
background-color css
<style>
a { background-color: #AA709A; }
a { background-color: rgb(170,112,154); }
div.DivClassName
{
background-color: #AA709A;
}
.BgClassName
{
background-color: #AA709A;
}
</style>
border-color css
<style>
span { border-color: #AA709A; }
span { border-color: rgb(170,112,154); }
td.TdClassName
{
border-color: #AA709A;
}
.TagClassName
{
border-color: #AA709A;
}
</style>