Shades of Bouquet #A4729C
Tints of Bouquet #A4729C
RGB
CMYK
RGB Variations
Color information
#A4729C (or 0xA4729C) is known color: Bouquet. HEX triplet: A4, 72 and 9C. RGB value is (164,114,156). Sum of RGB (Red+Green+Blue) = 164+114+156=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A4729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4729C is #5B8D63. Grayscale: #858585. Windows color (decimal): -5999972 or 10252964. OLE color: 10252964.
HSL color Cylindrical-coordinate representation of color #A4729C: hue angle of 309.6º 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 #A4729C is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 156 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.36 |
| HSL | 309.6º | 0.22% | 0.55% | - |
| HSV(B) | 309.6º | 0.3% | 0.64% | - |
| XYZ | 27.33 | 22.33 | 34.32 | - |
| YUV | 133.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 156 | 0 | 0.30 | 0.05 | 0.36 | 309.6 | 0.22 | 0.55 |
| Hex | A4 | 72 | 9C | 0 | 1E | 5 | 24 | 136 | 16 | 37 |
| Octal | 244 | 162 | 234 | 0 | 36 | 5 | 44 | 466 | 26 | 67 |
| Binary | 10100100 | 1110010 | 10011100 | 0 | 11110 | 101 | 100100 | 100110110 | 10110 | 110111 |
Color Harmonies of #A4729C
Complementary color
Monochromatic Colors of #A4729C
Black with #A4729C
Text Example
Text Example
White with #A4729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4729C; }
p { color: rgb(164,114,156); }
H1.HeaderClassName
{
color: #A4729C;
}
.AnyTagClassName
{
color: #A4729C;
}
</style>
background-color css
<style>
a { background-color: #A4729C; }
a { background-color: rgb(164,114,156); }
div.DivClassName
{
background-color: #A4729C;
}
.BgClassName
{
background-color: #A4729C;
}
</style>
border-color css
<style>
span { border-color: #A4729C; }
span { border-color: rgb(164,114,156); }
td.TdClassName
{
border-color: #A4729C;
}
.TagClassName
{
border-color: #A4729C;
}
</style>