Shades of Bouquet #A47C9B
Tints of Bouquet #A47C9B
RGB
CMYK
RGB Variations
Color information
#A47C9B (or 0xA47C9B) is known color: Bouquet. HEX triplet: A4, 7C and 9B. RGB value is (164,124,155). Sum of RGB (Red+Green+Blue) = 164+124+155=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C9B is #5B8364. Grayscale: #8B8B8B. Windows color (decimal): -5997413 or 10189988. OLE color: 10189988.
HSL color Cylindrical-coordinate representation of color #A47C9B: hue angle of 313.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 #A47C9B is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 124 | 155 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.36 |
| HSL | 313.5º | 0.18% | 0.56% | - |
| HSV(B) | 313.5º | 0.24% | 0.64% | - |
| XYZ | 28.43 | 24.67 | 34.27 | - |
| YUV | 139.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 155 | 0 | 0.24 | 0.05 | 0.36 | 313.5 | 0.18 | 0.56 |
| Hex | A4 | 7C | 9B | 0 | 18 | 5 | 24 | 13A | 12 | 38 |
| Octal | 244 | 174 | 233 | 0 | 30 | 5 | 44 | 472 | 22 | 70 |
| Binary | 10100100 | 1111100 | 10011011 | 0 | 11000 | 101 | 100100 | 100111010 | 10010 | 111000 |
Color Harmonies of #A47C9B
Complementary color
Monochromatic Colors of #A47C9B
Black with #A47C9B
Text Example
Text Example
White with #A47C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47C9B; }
p { color: rgb(164,124,155); }
H1.HeaderClassName
{
color: #A47C9B;
}
.AnyTagClassName
{
color: #A47C9B;
}
</style>
background-color css
<style>
a { background-color: #A47C9B; }
a { background-color: rgb(164,124,155); }
div.DivClassName
{
background-color: #A47C9B;
}
.BgClassName
{
background-color: #A47C9B;
}
</style>
border-color css
<style>
span { border-color: #A47C9B; }
span { border-color: rgb(164,124,155); }
td.TdClassName
{
border-color: #A47C9B;
}
.TagClassName
{
border-color: #A47C9B;
}
</style>