Shades of Bouquet #A47E9F
Tints of Bouquet #A47E9F
RGB
CMYK
RGB Variations
Color information
#A47E9F (or 0xA47E9F) is known color: Bouquet. HEX triplet: A4, 7E and 9F. RGB value is (164,126,159). Sum of RGB (Red+Green+Blue) = 164+126+159=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E9F is #5B8160. Grayscale: #8D8D8D. Windows color (decimal): -5996897 or 10452644. OLE color: 10452644.
HSL color Cylindrical-coordinate representation of color #A47E9F: hue angle of 307.89º 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 #A47E9F is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 159 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.36 |
| HSL | 307.89º | 0.17% | 0.57% | - |
| HSV(B) | 307.89º | 0.23% | 0.64% | - |
| XYZ | 29.03 | 25.32 | 36.16 | - |
| YUV | 141.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 159 | 0 | 0.23 | 0.03 | 0.36 | 307.89 | 0.17 | 0.57 |
| Hex | A4 | 7E | 9F | 0 | 17 | 3 | 24 | 134 | 11 | 39 |
| Octal | 244 | 176 | 237 | 0 | 27 | 3 | 44 | 464 | 21 | 71 |
| Binary | 10100100 | 1111110 | 10011111 | 0 | 10111 | 11 | 100100 | 100110100 | 10001 | 111001 |
Color Harmonies of #A47E9F
Complementary color
Monochromatic Colors of #A47E9F
Black with #A47E9F
Text Example
Text Example
White with #A47E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E9F; }
p { color: rgb(164,126,159); }
H1.HeaderClassName
{
color: #A47E9F;
}
.AnyTagClassName
{
color: #A47E9F;
}
</style>
background-color css
<style>
a { background-color: #A47E9F; }
a { background-color: rgb(164,126,159); }
div.DivClassName
{
background-color: #A47E9F;
}
.BgClassName
{
background-color: #A47E9F;
}
</style>
border-color css
<style>
span { border-color: #A47E9F; }
span { border-color: rgb(164,126,159); }
td.TdClassName
{
border-color: #A47E9F;
}
.TagClassName
{
border-color: #A47E9F;
}
</style>