Shades of Bouquet #A8739E
Tints of Bouquet #A8739E
RGB
CMYK
RGB Variations
Color information
#A8739E (or 0xA8739E) is known color: Bouquet. HEX triplet: A8, 73 and 9E. RGB value is (168,115,158). Sum of RGB (Red+Green+Blue) = 168+115+158=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A8739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8739E is #578C61. Grayscale: #878787. Windows color (decimal): -5737570 or 10384296. OLE color: 10384296.
HSL color Cylindrical-coordinate representation of color #A8739E: hue angle of 311.32º 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 #A8739E is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 158 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.34 |
| HSL | 311.32º | 0.23% | 0.55% | - |
| HSV(B) | 311.32º | 0.32% | 0.66% | - |
| XYZ | 28.45 | 23.05 | 35.3 | - |
| YUV | 135.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 158 | 0 | 0.32 | 0.06 | 0.34 | 311.32 | 0.23 | 0.55 |
| Hex | A8 | 73 | 9E | 0 | 20 | 6 | 22 | 137 | 17 | 37 |
| Octal | 250 | 163 | 236 | 0 | 40 | 6 | 42 | 467 | 27 | 67 |
| Binary | 10101000 | 1110011 | 10011110 | 0 | 100000 | 110 | 100010 | 100110111 | 10111 | 110111 |
Color Harmonies of #A8739E
Complementary color
Monochromatic Colors of #A8739E
Black with #A8739E
Text Example
Text Example
White with #A8739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8739E; }
p { color: rgb(168,115,158); }
H1.HeaderClassName
{
color: #A8739E;
}
.AnyTagClassName
{
color: #A8739E;
}
</style>
background-color css
<style>
a { background-color: #A8739E; }
a { background-color: rgb(168,115,158); }
div.DivClassName
{
background-color: #A8739E;
}
.BgClassName
{
background-color: #A8739E;
}
</style>
border-color css
<style>
span { border-color: #A8739E; }
span { border-color: rgb(168,115,158); }
td.TdClassName
{
border-color: #A8739E;
}
.TagClassName
{
border-color: #A8739E;
}
</style>