Shades of Bouquet #A47C91
Tints of Bouquet #A47C91
RGB
CMYK
RGB Variations
Color information
#A47C91 (or 0xA47C91) is known color: Bouquet. HEX triplet: A4, 7C and 91. RGB value is (164,124,145). Sum of RGB (Red+Green+Blue) = 164+124+145=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C91 is #5B836E. Grayscale: #8A8A8A. Windows color (decimal): -5997423 or 9534628. OLE color: 9534628.
HSL color Cylindrical-coordinate representation of color #A47C91: hue angle of 328.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47C91 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 124 | 145 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.36 |
| HSL | 328.5º | 0.18% | 0.56% | - |
| HSV(B) | 328.5º | 0.24% | 0.64% | - |
| XYZ | 27.63 | 24.35 | 30.03 | - |
| YUV | 138.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 145 | 0 | 0.24 | 0.12 | 0.36 | 328.5 | 0.18 | 0.56 |
| Hex | A4 | 7C | 91 | 0 | 18 | C | 24 | 148 | 12 | 38 |
| Octal | 244 | 174 | 221 | 0 | 30 | 14 | 44 | 510 | 22 | 70 |
| Binary | 10100100 | 1111100 | 10010001 | 0 | 11000 | 1100 | 100100 | 101001000 | 10010 | 111000 |
Color Harmonies of #A47C91
Complementary color
Monochromatic Colors of #A47C91
Black with #A47C91
Text Example
Text Example
White with #A47C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47C91; }
p { color: rgb(164,124,145); }
H1.HeaderClassName
{
color: #A47C91;
}
.AnyTagClassName
{
color: #A47C91;
}
</style>
background-color css
<style>
a { background-color: #A47C91; }
a { background-color: rgb(164,124,145); }
div.DivClassName
{
background-color: #A47C91;
}
.BgClassName
{
background-color: #A47C91;
}
</style>
border-color css
<style>
span { border-color: #A47C91; }
span { border-color: rgb(164,124,145); }
td.TdClassName
{
border-color: #A47C91;
}
.TagClassName
{
border-color: #A47C91;
}
</style>