Shades of Bouquet #A47E97
Tints of Bouquet #A47E97
RGB
CMYK
RGB Variations
Color information
#A47E97 (or 0xA47E97) is known color: Bouquet. HEX triplet: A4, 7E and 97. RGB value is (164,126,151). Sum of RGB (Red+Green+Blue) = 164+126+151=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E97 is #5B8168. Grayscale: #8C8C8C. Windows color (decimal): -5996905 or 9928356. OLE color: 9928356.
HSL color Cylindrical-coordinate representation of color #A47E97: hue angle of 320.53º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A47E97 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 151 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.36 |
| HSL | 320.53º | 0.17% | 0.57% | - |
| HSV(B) | 320.53º | 0.23% | 0.64% | - |
| XYZ | 28.36 | 25.05 | 32.62 | - |
| YUV | 140.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 151 | 0 | 0.23 | 0.08 | 0.36 | 320.53 | 0.17 | 0.57 |
| Hex | A4 | 7E | 97 | 0 | 17 | 8 | 24 | 141 | 11 | 39 |
| Octal | 244 | 176 | 227 | 0 | 27 | 10 | 44 | 501 | 21 | 71 |
| Binary | 10100100 | 1111110 | 10010111 | 0 | 10111 | 1000 | 100100 | 101000001 | 10001 | 111001 |
Color Harmonies of #A47E97
Complementary color
Monochromatic Colors of #A47E97
Black with #A47E97
Text Example
Text Example
White with #A47E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E97; }
p { color: rgb(164,126,151); }
H1.HeaderClassName
{
color: #A47E97;
}
.AnyTagClassName
{
color: #A47E97;
}
</style>
background-color css
<style>
a { background-color: #A47E97; }
a { background-color: rgb(164,126,151); }
div.DivClassName
{
background-color: #A47E97;
}
.BgClassName
{
background-color: #A47E97;
}
</style>
border-color css
<style>
span { border-color: #A47E97; }
span { border-color: rgb(164,126,151); }
td.TdClassName
{
border-color: #A47E97;
}
.TagClassName
{
border-color: #A47E97;
}
</style>