Shades of Bouquet #A47C9C
Tints of Bouquet #A47C9C
RGB
CMYK
RGB Variations
Color information
#A47C9C (or 0xA47C9C) is known color: Bouquet. HEX triplet: A4, 7C and 9C. RGB value is (164,124,156). Sum of RGB (Red+Green+Blue) = 164+124+156=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C9C is #5B8363. Grayscale: #8B8B8B. Windows color (decimal): -5997412 or 10255524. OLE color: 10255524.
HSL color Cylindrical-coordinate representation of color #A47C9C: hue angle of 312º 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 #A47C9C is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 124 | 156 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.36 |
| HSL | 312º | 0.18% | 0.56% | - |
| HSV(B) | 312º | 0.24% | 0.64% | - |
| XYZ | 28.52 | 24.71 | 34.72 | - |
| YUV | 139.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 156 | 0 | 0.24 | 0.05 | 0.36 | 312 | 0.18 | 0.56 |
| Hex | A4 | 7C | 9C | 0 | 18 | 5 | 24 | 138 | 12 | 38 |
| Octal | 244 | 174 | 234 | 0 | 30 | 5 | 44 | 470 | 22 | 70 |
| Binary | 10100100 | 1111100 | 10011100 | 0 | 11000 | 101 | 100100 | 100111000 | 10010 | 111000 |
Color Harmonies of #A47C9C
Complementary color
Monochromatic Colors of #A47C9C
Black with #A47C9C
Text Example
Text Example
White with #A47C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47C9C; }
p { color: rgb(164,124,156); }
H1.HeaderClassName
{
color: #A47C9C;
}
.AnyTagClassName
{
color: #A47C9C;
}
</style>
background-color css
<style>
a { background-color: #A47C9C; }
a { background-color: rgb(164,124,156); }
div.DivClassName
{
background-color: #A47C9C;
}
.BgClassName
{
background-color: #A47C9C;
}
</style>
border-color css
<style>
span { border-color: #A47C9C; }
span { border-color: rgb(164,124,156); }
td.TdClassName
{
border-color: #A47C9C;
}
.TagClassName
{
border-color: #A47C9C;
}
</style>