Shades of Bouquet #A8739D
Tints of Bouquet #A8739D
RGB
CMYK
RGB Variations
Color information
#A8739D (or 0xA8739D) is known color: Bouquet. HEX triplet: A8, 73 and 9D. RGB value is (168,115,157). Sum of RGB (Red+Green+Blue) = 168+115+157=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A8739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8739D is #578C62. Grayscale: #878787. Windows color (decimal): -5737571 or 10318760. OLE color: 10318760.
HSL color Cylindrical-coordinate representation of color #A8739D: hue angle of 312.45º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8739D is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 157 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.34 |
| HSL | 312.45º | 0.23% | 0.55% | - |
| HSV(B) | 312.45º | 0.32% | 0.66% | - |
| XYZ | 28.36 | 23.02 | 34.85 | - |
| YUV | 135.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 157 | 0 | 0.32 | 0.07 | 0.34 | 312.45 | 0.23 | 0.55 |
| Hex | A8 | 73 | 9D | 0 | 20 | 7 | 22 | 138 | 17 | 37 |
| Octal | 250 | 163 | 235 | 0 | 40 | 7 | 42 | 470 | 27 | 67 |
| Binary | 10101000 | 1110011 | 10011101 | 0 | 100000 | 111 | 100010 | 100111000 | 10111 | 110111 |
Color Harmonies of #A8739D
Complementary color
Monochromatic Colors of #A8739D
Black with #A8739D
Text Example
Text Example
White with #A8739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8739D; }
p { color: rgb(168,115,157); }
H1.HeaderClassName
{
color: #A8739D;
}
.AnyTagClassName
{
color: #A8739D;
}
</style>
background-color css
<style>
a { background-color: #A8739D; }
a { background-color: rgb(168,115,157); }
div.DivClassName
{
background-color: #A8739D;
}
.BgClassName
{
background-color: #A8739D;
}
</style>
border-color css
<style>
span { border-color: #A8739D; }
span { border-color: rgb(168,115,157); }
td.TdClassName
{
border-color: #A8739D;
}
.TagClassName
{
border-color: #A8739D;
}
</style>