Shades of Bouquet #A47C9E
Tints of Bouquet #A47C9E
RGB
CMYK
RGB Variations
Color information
#A47C9E (or 0xA47C9E) is known color: Bouquet. HEX triplet: A4, 7C and 9E. RGB value is (164,124,158). Sum of RGB (Red+Green+Blue) = 164+124+158=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C9E is #5B8361. Grayscale: #8B8B8B. Windows color (decimal): -5997410 or 10386596. OLE color: 10386596.
HSL color Cylindrical-coordinate representation of color #A47C9E: hue angle of 309º 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 #A47C9E is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 124 | 158 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.36 |
| HSL | 309º | 0.18% | 0.56% | - |
| HSV(B) | 309º | 0.24% | 0.64% | - |
| XYZ | 28.69 | 24.78 | 35.62 | - |
| YUV | 139.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 158 | 0 | 0.24 | 0.04 | 0.36 | 309 | 0.18 | 0.56 |
| Hex | A4 | 7C | 9E | 0 | 18 | 4 | 24 | 135 | 12 | 38 |
| Octal | 244 | 174 | 236 | 0 | 30 | 4 | 44 | 465 | 22 | 70 |
| Binary | 10100100 | 1111100 | 10011110 | 0 | 11000 | 100 | 100100 | 100110101 | 10010 | 111000 |
Color Harmonies of #A47C9E
Complementary color
Monochromatic Colors of #A47C9E
Black with #A47C9E
Text Example
Text Example
White with #A47C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47C9E; }
p { color: rgb(164,124,158); }
H1.HeaderClassName
{
color: #A47C9E;
}
.AnyTagClassName
{
color: #A47C9E;
}
</style>
background-color css
<style>
a { background-color: #A47C9E; }
a { background-color: rgb(164,124,158); }
div.DivClassName
{
background-color: #A47C9E;
}
.BgClassName
{
background-color: #A47C9E;
}
</style>
border-color css
<style>
span { border-color: #A47C9E; }
span { border-color: rgb(164,124,158); }
td.TdClassName
{
border-color: #A47C9E;
}
.TagClassName
{
border-color: #A47C9E;
}
</style>