Shades of Bouquet #A47C92
Tints of Bouquet #A47C92
RGB
CMYK
RGB Variations
Color information
#A47C92 (or 0xA47C92) is known color: Bouquet. HEX triplet: A4, 7C and 92. RGB value is (164,124,146). Sum of RGB (Red+Green+Blue) = 164+124+146=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C92 is #5B836D. Grayscale: #8A8A8A. Windows color (decimal): -5997422 or 9600164. OLE color: 9600164.
HSL color Cylindrical-coordinate representation of color #A47C92: hue angle of 327º 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 #A47C92 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 124 | 146 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.36 |
| HSL | 327º | 0.18% | 0.56% | - |
| HSV(B) | 327º | 0.24% | 0.64% | - |
| XYZ | 27.71 | 24.38 | 30.44 | - |
| YUV | 138.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 146 | 0 | 0.24 | 0.11 | 0.36 | 327 | 0.18 | 0.56 |
| Hex | A4 | 7C | 92 | 0 | 18 | B | 24 | 147 | 12 | 38 |
| Octal | 244 | 174 | 222 | 0 | 30 | 13 | 44 | 507 | 22 | 70 |
| Binary | 10100100 | 1111100 | 10010010 | 0 | 11000 | 1011 | 100100 | 101000111 | 10010 | 111000 |
Color Harmonies of #A47C92
Complementary color
Monochromatic Colors of #A47C92
Black with #A47C92
Text Example
Text Example
White with #A47C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47C92; }
p { color: rgb(164,124,146); }
H1.HeaderClassName
{
color: #A47C92;
}
.AnyTagClassName
{
color: #A47C92;
}
</style>
background-color css
<style>
a { background-color: #A47C92; }
a { background-color: rgb(164,124,146); }
div.DivClassName
{
background-color: #A47C92;
}
.BgClassName
{
background-color: #A47C92;
}
</style>
border-color css
<style>
span { border-color: #A47C92; }
span { border-color: rgb(164,124,146); }
td.TdClassName
{
border-color: #A47C92;
}
.TagClassName
{
border-color: #A47C92;
}
</style>