Shades of Bouquet #A3739A
Tints of Bouquet #A3739A
RGB
CMYK
RGB Variations
Color information
#A3739A (or 0xA3739A) is known color: Bouquet. HEX triplet: A3, 73 and 9A. RGB value is (163,115,154). Sum of RGB (Red+Green+Blue) = 163+115+154=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A3739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3739A is #5C8C65. Grayscale: #858585. Windows color (decimal): -6065254 or 10122147. OLE color: 10122147.
HSL color Cylindrical-coordinate representation of color #A3739A: hue angle of 311.25º 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 #A3739A is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 154 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.36 |
| HSL | 311.25º | 0.21% | 0.55% | - |
| HSV(B) | 311.25º | 0.29% | 0.64% | - |
| XYZ | 27.07 | 22.38 | 33.47 | - |
| YUV | 133.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 154 | 0 | 0.29 | 0.06 | 0.36 | 311.25 | 0.21 | 0.55 |
| Hex | A3 | 73 | 9A | 0 | 1D | 6 | 24 | 137 | 15 | 37 |
| Octal | 243 | 163 | 232 | 0 | 35 | 6 | 44 | 467 | 25 | 67 |
| Binary | 10100011 | 1110011 | 10011010 | 0 | 11101 | 110 | 100100 | 100110111 | 10101 | 110111 |
Color Harmonies of #A3739A
Complementary color
Monochromatic Colors of #A3739A
Black with #A3739A
Text Example
Text Example
White with #A3739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3739A; }
p { color: rgb(163,115,154); }
H1.HeaderClassName
{
color: #A3739A;
}
.AnyTagClassName
{
color: #A3739A;
}
</style>
background-color css
<style>
a { background-color: #A3739A; }
a { background-color: rgb(163,115,154); }
div.DivClassName
{
background-color: #A3739A;
}
.BgClassName
{
background-color: #A3739A;
}
</style>
border-color css
<style>
span { border-color: #A3739A; }
span { border-color: rgb(163,115,154); }
td.TdClassName
{
border-color: #A3739A;
}
.TagClassName
{
border-color: #A3739A;
}
</style>