Shades of Bouquet #A4729B
Tints of Bouquet #A4729B
RGB
CMYK
RGB Variations
Color information
#A4729B (or 0xA4729B) is known color: Bouquet. HEX triplet: A4, 72 and 9B. RGB value is (164,114,155). Sum of RGB (Red+Green+Blue) = 164+114+155=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A4729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4729B is #5B8D64. Grayscale: #858585. Windows color (decimal): -5999973 or 10187428. OLE color: 10187428.
HSL color Cylindrical-coordinate representation of color #A4729B: hue angle of 310.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4729B is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 155 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.36 |
| HSL | 310.8º | 0.22% | 0.55% | - |
| HSV(B) | 310.8º | 0.3% | 0.64% | - |
| XYZ | 27.24 | 22.29 | 33.88 | - |
| YUV | 133.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 155 | 0 | 0.30 | 0.05 | 0.36 | 310.8 | 0.22 | 0.55 |
| Hex | A4 | 72 | 9B | 0 | 1E | 5 | 24 | 137 | 16 | 37 |
| Octal | 244 | 162 | 233 | 0 | 36 | 5 | 44 | 467 | 26 | 67 |
| Binary | 10100100 | 1110010 | 10011011 | 0 | 11110 | 101 | 100100 | 100110111 | 10110 | 110111 |
Color Harmonies of #A4729B
Complementary color
Monochromatic Colors of #A4729B
Black with #A4729B
Text Example
Text Example
White with #A4729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4729B; }
p { color: rgb(164,114,155); }
H1.HeaderClassName
{
color: #A4729B;
}
.AnyTagClassName
{
color: #A4729B;
}
</style>
background-color css
<style>
a { background-color: #A4729B; }
a { background-color: rgb(164,114,155); }
div.DivClassName
{
background-color: #A4729B;
}
.BgClassName
{
background-color: #A4729B;
}
</style>
border-color css
<style>
span { border-color: #A4729B; }
span { border-color: rgb(164,114,155); }
td.TdClassName
{
border-color: #A4729B;
}
.TagClassName
{
border-color: #A4729B;
}
</style>