Shades of Bouquet #A6739B
Tints of Bouquet #A6739B
RGB
CMYK
RGB Variations
Color information
#A6739B (or 0xA6739B) is known color: Bouquet. HEX triplet: A6, 73 and 9B. RGB value is (166,115,155). Sum of RGB (Red+Green+Blue) = 166+115+155=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6739B is #598C64. Grayscale: #868686. Windows color (decimal): -5868645 or 10187686. OLE color: 10187686.
HSL color Cylindrical-coordinate representation of color #A6739B: hue angle of 312.94º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6739B is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 155 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.35 |
| HSL | 312.94º | 0.22% | 0.55% | - |
| HSV(B) | 312.94º | 0.31% | 0.65% | - |
| XYZ | 27.77 | 22.74 | 33.93 | - |
| YUV | 134.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 155 | 0 | 0.31 | 0.07 | 0.35 | 312.94 | 0.22 | 0.55 |
| Hex | A6 | 73 | 9B | 0 | 1F | 7 | 23 | 139 | 16 | 37 |
| Octal | 246 | 163 | 233 | 0 | 37 | 7 | 43 | 471 | 26 | 67 |
| Binary | 10100110 | 1110011 | 10011011 | 0 | 11111 | 111 | 100011 | 100111001 | 10110 | 110111 |
Color Harmonies of #A6739B
Complementary color
Monochromatic Colors of #A6739B
Black with #A6739B
Text Example
Text Example
White with #A6739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6739B; }
p { color: rgb(166,115,155); }
H1.HeaderClassName
{
color: #A6739B;
}
.AnyTagClassName
{
color: #A6739B;
}
</style>
background-color css
<style>
a { background-color: #A6739B; }
a { background-color: rgb(166,115,155); }
div.DivClassName
{
background-color: #A6739B;
}
.BgClassName
{
background-color: #A6739B;
}
</style>
border-color css
<style>
span { border-color: #A6739B; }
span { border-color: rgb(166,115,155); }
td.TdClassName
{
border-color: #A6739B;
}
.TagClassName
{
border-color: #A6739B;
}
</style>