Shades of Bouquet #A47F9F
Tints of Bouquet #A47F9F
RGB
CMYK
RGB Variations
Color information
#A47F9F (or 0xA47F9F) is known color: Bouquet. HEX triplet: A4, 7F and 9F. RGB value is (164,127,159). Sum of RGB (Red+Green+Blue) = 164+127+159=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F9F is #5B8060. Grayscale: #8D8D8D. Windows color (decimal): -5996641 or 10452900. OLE color: 10452900.
HSL color Cylindrical-coordinate representation of color #A47F9F: hue angle of 308.11º 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 #A47F9F is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 127 | 159 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.36 |
| HSL | 308.11º | 0.17% | 0.57% | - |
| HSV(B) | 308.11º | 0.23% | 0.64% | - |
| XYZ | 29.16 | 25.57 | 36.2 | - |
| YUV | 141.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 159 | 0 | 0.23 | 0.03 | 0.36 | 308.11 | 0.17 | 0.57 |
| Hex | A4 | 7F | 9F | 0 | 17 | 3 | 24 | 134 | 11 | 39 |
| Octal | 244 | 177 | 237 | 0 | 27 | 3 | 44 | 464 | 21 | 71 |
| Binary | 10100100 | 1111111 | 10011111 | 0 | 10111 | 11 | 100100 | 100110100 | 10001 | 111001 |
Color Harmonies of #A47F9F
Complementary color
Monochromatic Colors of #A47F9F
Black with #A47F9F
Text Example
Text Example
White with #A47F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47F9F; }
p { color: rgb(164,127,159); }
H1.HeaderClassName
{
color: #A47F9F;
}
.AnyTagClassName
{
color: #A47F9F;
}
</style>
background-color css
<style>
a { background-color: #A47F9F; }
a { background-color: rgb(164,127,159); }
div.DivClassName
{
background-color: #A47F9F;
}
.BgClassName
{
background-color: #A47F9F;
}
</style>
border-color css
<style>
span { border-color: #A47F9F; }
span { border-color: rgb(164,127,159); }
td.TdClassName
{
border-color: #A47F9F;
}
.TagClassName
{
border-color: #A47F9F;
}
</style>