Shades of Bouquet #A47F96
Tints of Bouquet #A47F96
RGB
CMYK
RGB Variations
Color information
#A47F96 (or 0xA47F96) is known color: Bouquet. HEX triplet: A4, 7F and 96. RGB value is (164,127,150). Sum of RGB (Red+Green+Blue) = 164+127+150=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F96 is #5B8069. Grayscale: #8C8C8C. Windows color (decimal): -5996650 or 9863076. OLE color: 9863076.
HSL color Cylindrical-coordinate representation of color #A47F96: hue angle of 322.7º 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 #A47F96 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 127 | 150 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.36 |
| HSL | 322.7º | 0.17% | 0.57% | - |
| HSV(B) | 322.7º | 0.23% | 0.64% | - |
| XYZ | 28.4 | 25.27 | 32.24 | - |
| YUV | 140.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 150 | 0 | 0.23 | 0.09 | 0.36 | 322.7 | 0.17 | 0.57 |
| Hex | A4 | 7F | 96 | 0 | 17 | 9 | 24 | 143 | 11 | 39 |
| Octal | 244 | 177 | 226 | 0 | 27 | 11 | 44 | 503 | 21 | 71 |
| Binary | 10100100 | 1111111 | 10010110 | 0 | 10111 | 1001 | 100100 | 101000011 | 10001 | 111001 |
Color Harmonies of #A47F96
Complementary color
Monochromatic Colors of #A47F96
Black with #A47F96
Text Example
Text Example
White with #A47F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47F96; }
p { color: rgb(164,127,150); }
H1.HeaderClassName
{
color: #A47F96;
}
.AnyTagClassName
{
color: #A47F96;
}
</style>
background-color css
<style>
a { background-color: #A47F96; }
a { background-color: rgb(164,127,150); }
div.DivClassName
{
background-color: #A47F96;
}
.BgClassName
{
background-color: #A47F96;
}
</style>
border-color css
<style>
span { border-color: #A47F96; }
span { border-color: rgb(164,127,150); }
td.TdClassName
{
border-color: #A47F96;
}
.TagClassName
{
border-color: #A47F96;
}
</style>