Shades of Bouquet #AA719D
Tints of Bouquet #AA719D
RGB
CMYK
RGB Variations
Color information
#AA719D (or 0xAA719D) is known color: Bouquet. HEX triplet: AA, 71 and 9D. RGB value is (170,113,157). Sum of RGB (Red+Green+Blue) = 170+113+157=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA719D is #558E62. Grayscale: #868686. Windows color (decimal): -5607011 or 10318250. OLE color: 10318250.
HSL color Cylindrical-coordinate representation of color #AA719D: hue angle of 313.68º 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 #AA719D is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 157 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.33 |
| HSL | 313.68º | 0.25% | 0.55% | - |
| HSV(B) | 313.68º | 0.34% | 0.67% | - |
| XYZ | 28.57 | 22.79 | 34.79 | - |
| YUV | 135.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 157 | 0 | 0.34 | 0.08 | 0.33 | 313.68 | 0.25 | 0.55 |
| Hex | AA | 71 | 9D | 0 | 22 | 8 | 21 | 13A | 19 | 37 |
| Octal | 252 | 161 | 235 | 0 | 42 | 10 | 41 | 472 | 31 | 67 |
| Binary | 10101010 | 1110001 | 10011101 | 0 | 100010 | 1000 | 100001 | 100111010 | 11001 | 110111 |
Color Harmonies of #AA719D
Complementary color
Monochromatic Colors of #AA719D
Black with #AA719D
Text Example
Text Example
White with #AA719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA719D; }
p { color: rgb(170,113,157); }
H1.HeaderClassName
{
color: #AA719D;
}
.AnyTagClassName
{
color: #AA719D;
}
</style>
background-color css
<style>
a { background-color: #AA719D; }
a { background-color: rgb(170,113,157); }
div.DivClassName
{
background-color: #AA719D;
}
.BgClassName
{
background-color: #AA719D;
}
</style>
border-color css
<style>
span { border-color: #AA719D; }
span { border-color: rgb(170,113,157); }
td.TdClassName
{
border-color: #AA719D;
}
.TagClassName
{
border-color: #AA719D;
}
</style>