Shades of Bouquet #AA709E
Tints of Bouquet #AA709E
RGB
CMYK
RGB Variations
Color information
#AA709E (or 0xAA709E) is known color: Bouquet. HEX triplet: AA, 70 and 9E. RGB value is (170,112,158). Sum of RGB (Red+Green+Blue) = 170+112+158=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA709E is #558F61. Grayscale: #868686. Windows color (decimal): -5607266 or 10383530. OLE color: 10383530.
HSL color Cylindrical-coordinate representation of color #AA709E: hue angle of 312.41º 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 #AA709E is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 158 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.33 |
| HSL | 312.41º | 0.25% | 0.55% | - |
| HSV(B) | 312.41º | 0.34% | 0.67% | - |
| XYZ | 28.54 | 22.6 | 35.21 | - |
| YUV | 134.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 158 | 0 | 0.34 | 0.07 | 0.33 | 312.41 | 0.25 | 0.55 |
| Hex | AA | 70 | 9E | 0 | 22 | 7 | 21 | 138 | 19 | 37 |
| Octal | 252 | 160 | 236 | 0 | 42 | 7 | 41 | 470 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10011110 | 0 | 100010 | 111 | 100001 | 100111000 | 11001 | 110111 |
Color Harmonies of #AA709E
Complementary color
Monochromatic Colors of #AA709E
Black with #AA709E
Text Example
Text Example
White with #AA709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA709E; }
p { color: rgb(170,112,158); }
H1.HeaderClassName
{
color: #AA709E;
}
.AnyTagClassName
{
color: #AA709E;
}
</style>
background-color css
<style>
a { background-color: #AA709E; }
a { background-color: rgb(170,112,158); }
div.DivClassName
{
background-color: #AA709E;
}
.BgClassName
{
background-color: #AA709E;
}
</style>
border-color css
<style>
span { border-color: #AA709E; }
span { border-color: rgb(170,112,158); }
td.TdClassName
{
border-color: #AA709E;
}
.TagClassName
{
border-color: #AA709E;
}
</style>