Shades of Bouquet #A47E9D
Tints of Bouquet #A47E9D
RGB
CMYK
RGB Variations
Color information
#A47E9D (or 0xA47E9D) is known color: Bouquet. HEX triplet: A4, 7E and 9D. RGB value is (164,126,157). Sum of RGB (Red+Green+Blue) = 164+126+157=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E9D is #5B8162. Grayscale: #8C8C8C. Windows color (decimal): -5996899 or 10321572. OLE color: 10321572.
HSL color Cylindrical-coordinate representation of color #A47E9D: hue angle of 311.05º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A47E9D is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 157 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.36 |
| HSL | 311.05º | 0.17% | 0.57% | - |
| HSV(B) | 311.05º | 0.23% | 0.64% | - |
| XYZ | 28.86 | 25.25 | 35.25 | - |
| YUV | 140.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 157 | 0 | 0.23 | 0.04 | 0.36 | 311.05 | 0.17 | 0.57 |
| Hex | A4 | 7E | 9D | 0 | 17 | 4 | 24 | 137 | 11 | 39 |
| Octal | 244 | 176 | 235 | 0 | 27 | 4 | 44 | 467 | 21 | 71 |
| Binary | 10100100 | 1111110 | 10011101 | 0 | 10111 | 100 | 100100 | 100110111 | 10001 | 111001 |
Color Harmonies of #A47E9D
Complementary color
Monochromatic Colors of #A47E9D
Black with #A47E9D
Text Example
Text Example
White with #A47E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E9D; }
p { color: rgb(164,126,157); }
H1.HeaderClassName
{
color: #A47E9D;
}
.AnyTagClassName
{
color: #A47E9D;
}
</style>
background-color css
<style>
a { background-color: #A47E9D; }
a { background-color: rgb(164,126,157); }
div.DivClassName
{
background-color: #A47E9D;
}
.BgClassName
{
background-color: #A47E9D;
}
</style>
border-color css
<style>
span { border-color: #A47E9D; }
span { border-color: rgb(164,126,157); }
td.TdClassName
{
border-color: #A47E9D;
}
.TagClassName
{
border-color: #A47E9D;
}
</style>