Shades of Bouquet #A47D9E
Tints of Bouquet #A47D9E
RGB
CMYK
RGB Variations
Color information
#A47D9E (or 0xA47D9E) is known color: Bouquet. HEX triplet: A4, 7D and 9E. RGB value is (164,125,158). Sum of RGB (Red+Green+Blue) = 164+125+158=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47D9E is #5B8261. Grayscale: #8C8C8C. Windows color (decimal): -5997154 or 10386852. OLE color: 10386852.
HSL color Cylindrical-coordinate representation of color #A47D9E: hue angle of 309.23º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47D9E is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 158 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.36 |
| HSL | 309.23º | 0.18% | 0.57% | - |
| HSV(B) | 309.23º | 0.24% | 0.64% | - |
| XYZ | 28.82 | 25.03 | 35.66 | - |
| YUV | 140.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 158 | 0 | 0.24 | 0.04 | 0.36 | 309.23 | 0.18 | 0.57 |
| Hex | A4 | 7D | 9E | 0 | 18 | 4 | 24 | 135 | 12 | 39 |
| Octal | 244 | 175 | 236 | 0 | 30 | 4 | 44 | 465 | 22 | 71 |
| Binary | 10100100 | 1111101 | 10011110 | 0 | 11000 | 100 | 100100 | 100110101 | 10010 | 111001 |
Color Harmonies of #A47D9E
Complementary color
Monochromatic Colors of #A47D9E
Black with #A47D9E
Text Example
Text Example
White with #A47D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47D9E; }
p { color: rgb(164,125,158); }
H1.HeaderClassName
{
color: #A47D9E;
}
.AnyTagClassName
{
color: #A47D9E;
}
</style>
background-color css
<style>
a { background-color: #A47D9E; }
a { background-color: rgb(164,125,158); }
div.DivClassName
{
background-color: #A47D9E;
}
.BgClassName
{
background-color: #A47D9E;
}
</style>
border-color css
<style>
span { border-color: #A47D9E; }
span { border-color: rgb(164,125,158); }
td.TdClassName
{
border-color: #A47D9E;
}
.TagClassName
{
border-color: #A47D9E;
}
</style>