Shades of Bouquet #A4739B
Tints of Bouquet #A4739B
RGB
CMYK
RGB Variations
Color information
#A4739B (or 0xA4739B) is known color: Bouquet. HEX triplet: A4, 73 and 9B. RGB value is (164,115,155). Sum of RGB (Red+Green+Blue) = 164+115+155=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A4739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4739B is #5B8C64. Grayscale: #868686. Windows color (decimal): -5999717 or 10187684. OLE color: 10187684.
HSL color Cylindrical-coordinate representation of color #A4739B: hue angle of 311.02º 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 #A4739B is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 155 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.36 |
| HSL | 311.02º | 0.21% | 0.55% | - |
| HSV(B) | 311.02º | 0.3% | 0.64% | - |
| XYZ | 27.36 | 22.52 | 33.92 | - |
| YUV | 134.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 155 | 0 | 0.30 | 0.05 | 0.36 | 311.02 | 0.21 | 0.55 |
| Hex | A4 | 73 | 9B | 0 | 1E | 5 | 24 | 137 | 15 | 37 |
| Octal | 244 | 163 | 233 | 0 | 36 | 5 | 44 | 467 | 25 | 67 |
| Binary | 10100100 | 1110011 | 10011011 | 0 | 11110 | 101 | 100100 | 100110111 | 10101 | 110111 |
Color Harmonies of #A4739B
Complementary color
Monochromatic Colors of #A4739B
Black with #A4739B
Text Example
Text Example
White with #A4739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4739B; }
p { color: rgb(164,115,155); }
H1.HeaderClassName
{
color: #A4739B;
}
.AnyTagClassName
{
color: #A4739B;
}
</style>
background-color css
<style>
a { background-color: #A4739B; }
a { background-color: rgb(164,115,155); }
div.DivClassName
{
background-color: #A4739B;
}
.BgClassName
{
background-color: #A4739B;
}
</style>
border-color css
<style>
span { border-color: #A4739B; }
span { border-color: rgb(164,115,155); }
td.TdClassName
{
border-color: #A4739B;
}
.TagClassName
{
border-color: #A4739B;
}
</style>