Shades of Bouquet #A3729B
Tints of Bouquet #A3729B
RGB
CMYK
RGB Variations
Color information
#A3729B (or 0xA3729B) is known color: Bouquet. HEX triplet: A3, 72 and 9B. RGB value is (163,114,155). Sum of RGB (Red+Green+Blue) = 163+114+155=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A3729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3729B is #5C8D64. Grayscale: #858585. Windows color (decimal): -6065509 or 10187427. OLE color: 10187427.
HSL color Cylindrical-coordinate representation of color #A3729B: hue angle of 309.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3729B is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 114 | 155 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.36 |
| HSL | 309.8º | 0.21% | 0.54% | - |
| HSV(B) | 309.8º | 0.3% | 0.64% | - |
| XYZ | 27.04 | 22.19 | 33.87 | - |
| YUV | 133.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 155 | 0 | 0.30 | 0.05 | 0.36 | 309.8 | 0.21 | 0.54 |
| Hex | A3 | 72 | 9B | 0 | 1E | 5 | 24 | 136 | 15 | 36 |
| Octal | 243 | 162 | 233 | 0 | 36 | 5 | 44 | 466 | 25 | 66 |
| Binary | 10100011 | 1110010 | 10011011 | 0 | 11110 | 101 | 100100 | 100110110 | 10101 | 110110 |
Color Harmonies of #A3729B
Complementary color
Monochromatic Colors of #A3729B
Black with #A3729B
Text Example
Text Example
White with #A3729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3729B; }
p { color: rgb(163,114,155); }
H1.HeaderClassName
{
color: #A3729B;
}
.AnyTagClassName
{
color: #A3729B;
}
</style>
background-color css
<style>
a { background-color: #A3729B; }
a { background-color: rgb(163,114,155); }
div.DivClassName
{
background-color: #A3729B;
}
.BgClassName
{
background-color: #A3729B;
}
</style>
border-color css
<style>
span { border-color: #A3729B; }
span { border-color: rgb(163,114,155); }
td.TdClassName
{
border-color: #A3729B;
}
.TagClassName
{
border-color: #A3729B;
}
</style>