Shades of Bouquet #A7729E
Tints of Bouquet #A7729E
RGB
CMYK
RGB Variations
Color information
#A7729E (or 0xA7729E) is known color: Bouquet. HEX triplet: A7, 72 and 9E. RGB value is (167,114,158). Sum of RGB (Red+Green+Blue) = 167+114+158=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 167 - color contains mainly: red. Hex color #A7729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7729E is #588D61. Grayscale: #868686. Windows color (decimal): -5803362 or 10384039. OLE color: 10384039.
HSL color Cylindrical-coordinate representation of color #A7729E: hue angle of 310.19º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7729E is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 158 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.35 |
| HSL | 310.19º | 0.23% | 0.55% | - |
| HSV(B) | 310.19º | 0.32% | 0.65% | - |
| XYZ | 28.13 | 22.72 | 35.25 | - |
| YUV | 134.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 158 | 0 | 0.32 | 0.05 | 0.35 | 310.19 | 0.23 | 0.55 |
| Hex | A7 | 72 | 9E | 0 | 20 | 5 | 23 | 136 | 17 | 37 |
| Octal | 247 | 162 | 236 | 0 | 40 | 5 | 43 | 466 | 27 | 67 |
| Binary | 10100111 | 1110010 | 10011110 | 0 | 100000 | 101 | 100011 | 100110110 | 10111 | 110111 |
Color Harmonies of #A7729E
Complementary color
Monochromatic Colors of #A7729E
Black with #A7729E
Text Example
Text Example
White with #A7729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7729E; }
p { color: rgb(167,114,158); }
H1.HeaderClassName
{
color: #A7729E;
}
.AnyTagClassName
{
color: #A7729E;
}
</style>
background-color css
<style>
a { background-color: #A7729E; }
a { background-color: rgb(167,114,158); }
div.DivClassName
{
background-color: #A7729E;
}
.BgClassName
{
background-color: #A7729E;
}
</style>
border-color css
<style>
span { border-color: #A7729E; }
span { border-color: rgb(167,114,158); }
td.TdClassName
{
border-color: #A7729E;
}
.TagClassName
{
border-color: #A7729E;
}
</style>