Shades of Bouquet #A3739B
Tints of Bouquet #A3739B
RGB
CMYK
RGB Variations
Color information
#A3739B (or 0xA3739B) is known color: Bouquet. HEX triplet: A3, 73 and 9B. RGB value is (163,115,155). Sum of RGB (Red+Green+Blue) = 163+115+155=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3739B is #5C8C64. Grayscale: #858585. Windows color (decimal): -6065253 or 10187683. OLE color: 10187683.
HSL color Cylindrical-coordinate representation of color #A3739B: hue angle of 310º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3739B is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 155 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.36 |
| HSL | 310º | 0.21% | 0.55% | - |
| HSV(B) | 310º | 0.29% | 0.64% | - |
| XYZ | 27.15 | 22.41 | 33.91 | - |
| YUV | 133.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 155 | 0 | 0.29 | 0.05 | 0.36 | 310 | 0.21 | 0.55 |
| Hex | A3 | 73 | 9B | 0 | 1D | 5 | 24 | 136 | 15 | 37 |
| Octal | 243 | 163 | 233 | 0 | 35 | 5 | 44 | 466 | 25 | 67 |
| Binary | 10100011 | 1110011 | 10011011 | 0 | 11101 | 101 | 100100 | 100110110 | 10101 | 110111 |
Color Harmonies of #A3739B
Complementary color
Monochromatic Colors of #A3739B
Black with #A3739B
Text Example
Text Example
White with #A3739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3739B; }
p { color: rgb(163,115,155); }
H1.HeaderClassName
{
color: #A3739B;
}
.AnyTagClassName
{
color: #A3739B;
}
</style>
background-color css
<style>
a { background-color: #A3739B; }
a { background-color: rgb(163,115,155); }
div.DivClassName
{
background-color: #A3739B;
}
.BgClassName
{
background-color: #A3739B;
}
</style>
border-color css
<style>
span { border-color: #A3739B; }
span { border-color: rgb(163,115,155); }
td.TdClassName
{
border-color: #A3739B;
}
.TagClassName
{
border-color: #A3739B;
}
</style>