Shades of Bouquet #A4739C
Tints of Bouquet #A4739C
RGB
CMYK
RGB Variations
Color information
#A4739C (or 0xA4739C) is known color: Bouquet. HEX triplet: A4, 73 and 9C. RGB value is (164,115,156). Sum of RGB (Red+Green+Blue) = 164+115+156=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4739C is #5B8C63. Grayscale: #868686. Windows color (decimal): -5999716 or 10253220. OLE color: 10253220.
HSL color Cylindrical-coordinate representation of color #A4739C: hue angle of 309.8º degrees, saturation: 0.21, 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 #A4739C is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 156 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.36 |
| HSL | 309.8º | 0.21% | 0.55% | - |
| HSV(B) | 309.8º | 0.3% | 0.64% | - |
| XYZ | 27.44 | 22.55 | 34.36 | - |
| YUV | 134.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 156 | 0 | 0.30 | 0.05 | 0.36 | 309.8 | 0.21 | 0.55 |
| Hex | A4 | 73 | 9C | 0 | 1E | 5 | 24 | 136 | 15 | 37 |
| Octal | 244 | 163 | 234 | 0 | 36 | 5 | 44 | 466 | 25 | 67 |
| Binary | 10100100 | 1110011 | 10011100 | 0 | 11110 | 101 | 100100 | 100110110 | 10101 | 110111 |
Color Harmonies of #A4739C
Complementary color
Monochromatic Colors of #A4739C
Black with #A4739C
Text Example
Text Example
White with #A4739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4739C; }
p { color: rgb(164,115,156); }
H1.HeaderClassName
{
color: #A4739C;
}
.AnyTagClassName
{
color: #A4739C;
}
</style>
background-color css
<style>
a { background-color: #A4739C; }
a { background-color: rgb(164,115,156); }
div.DivClassName
{
background-color: #A4739C;
}
.BgClassName
{
background-color: #A4739C;
}
</style>
border-color css
<style>
span { border-color: #A4739C; }
span { border-color: rgb(164,115,156); }
td.TdClassName
{
border-color: #A4739C;
}
.TagClassName
{
border-color: #A4739C;
}
</style>