Shades of Bouquet #AA7C9D
Tints of Bouquet #AA7C9D
RGB
CMYK
RGB Variations
Color information
#AA7C9D (or 0xAA7C9D) is known color: Bouquet. HEX triplet: AA, 7C and 9D. RGB value is (170,124,157). Sum of RGB (Red+Green+Blue) = 170+124+157=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C9D is #558362. Grayscale: #8D8D8D. Windows color (decimal): -5604195 or 10321066. OLE color: 10321066.
HSL color Cylindrical-coordinate representation of color #AA7C9D: hue angle of 316.96º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7C9D is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 157 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.33 |
| HSL | 316.96º | 0.21% | 0.58% | - |
| HSV(B) | 316.96º | 0.27% | 0.67% | - |
| XYZ | 29.87 | 25.4 | 35.23 | - |
| YUV | 141.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 157 | 0 | 0.27 | 0.08 | 0.33 | 316.96 | 0.21 | 0.58 |
| Hex | AA | 7C | 9D | 0 | 1B | 8 | 21 | 13D | 15 | 3A |
| Octal | 252 | 174 | 235 | 0 | 33 | 10 | 41 | 475 | 25 | 72 |
| Binary | 10101010 | 1111100 | 10011101 | 0 | 11011 | 1000 | 100001 | 100111101 | 10101 | 111010 |
Color Harmonies of #AA7C9D
Complementary color
Monochromatic Colors of #AA7C9D
Black with #AA7C9D
Text Example
Text Example
White with #AA7C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C9D; }
p { color: rgb(170,124,157); }
H1.HeaderClassName
{
color: #AA7C9D;
}
.AnyTagClassName
{
color: #AA7C9D;
}
</style>
background-color css
<style>
a { background-color: #AA7C9D; }
a { background-color: rgb(170,124,157); }
div.DivClassName
{
background-color: #AA7C9D;
}
.BgClassName
{
background-color: #AA7C9D;
}
</style>
border-color css
<style>
span { border-color: #AA7C9D; }
span { border-color: rgb(170,124,157); }
td.TdClassName
{
border-color: #AA7C9D;
}
.TagClassName
{
border-color: #AA7C9D;
}
</style>