Shades of Bouquet #AA719E
Tints of Bouquet #AA719E
RGB
CMYK
RGB Variations
Color information
#AA719E (or 0xAA719E) is known color: Bouquet. HEX triplet: AA, 71 and 9E. RGB value is (170,113,158). Sum of RGB (Red+Green+Blue) = 170+113+158=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA719E is #558E61. Grayscale: #878787. Windows color (decimal): -5607010 or 10383786. OLE color: 10383786.
HSL color Cylindrical-coordinate representation of color #AA719E: hue angle of 312.63º 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 #AA719E is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 158 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.33 |
| HSL | 312.63º | 0.25% | 0.55% | - |
| HSV(B) | 312.63º | 0.34% | 0.67% | - |
| XYZ | 28.65 | 22.82 | 35.24 | - |
| YUV | 135.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 158 | 0 | 0.34 | 0.07 | 0.33 | 312.63 | 0.25 | 0.55 |
| Hex | AA | 71 | 9E | 0 | 22 | 7 | 21 | 139 | 19 | 37 |
| Octal | 252 | 161 | 236 | 0 | 42 | 7 | 41 | 471 | 31 | 67 |
| Binary | 10101010 | 1110001 | 10011110 | 0 | 100010 | 111 | 100001 | 100111001 | 11001 | 110111 |
Color Harmonies of #AA719E
Complementary color
Monochromatic Colors of #AA719E
Black with #AA719E
Text Example
Text Example
White with #AA719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA719E; }
p { color: rgb(170,113,158); }
H1.HeaderClassName
{
color: #AA719E;
}
.AnyTagClassName
{
color: #AA719E;
}
</style>
background-color css
<style>
a { background-color: #AA719E; }
a { background-color: rgb(170,113,158); }
div.DivClassName
{
background-color: #AA719E;
}
.BgClassName
{
background-color: #AA719E;
}
</style>
border-color css
<style>
span { border-color: #AA719E; }
span { border-color: rgb(170,113,158); }
td.TdClassName
{
border-color: #AA719E;
}
.TagClassName
{
border-color: #AA719E;
}
</style>