Shades of Bouquet #A7859E
Tints of Bouquet #A7859E
RGB
CMYK
RGB Variations
Color information
#A7859E (or 0xA7859E) is known color: Bouquet. HEX triplet: A7, 85 and 9E. RGB value is (167,133,158). Sum of RGB (Red+Green+Blue) = 167+133+158=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 167 - color contains mainly: red. Hex color #A7859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7859E is #587A61. Grayscale: #919191. Windows color (decimal): -5798498 or 10388903. OLE color: 10388903.
HSL color Cylindrical-coordinate representation of color #A7859E: hue angle of 315.88º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7859E is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 133 | 158 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.35 |
| HSL | 315.88º | 0.16% | 0.59% | - |
| HSV(B) | 315.88º | 0.2% | 0.65% | - |
| XYZ | 30.5 | 27.46 | 36.04 | - |
| YUV | 146.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 158 | 0 | 0.20 | 0.05 | 0.35 | 315.88 | 0.16 | 0.59 |
| Hex | A7 | 85 | 9E | 0 | 14 | 5 | 23 | 13C | 10 | 3B |
| Octal | 247 | 205 | 236 | 0 | 24 | 5 | 43 | 474 | 20 | 73 |
| Binary | 10100111 | 10000101 | 10011110 | 0 | 10100 | 101 | 100011 | 100111100 | 10000 | 111011 |
Color Harmonies of #A7859E
Complementary color
Monochromatic Colors of #A7859E
Black with #A7859E
Text Example
Text Example
White with #A7859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7859E; }
p { color: rgb(167,133,158); }
H1.HeaderClassName
{
color: #A7859E;
}
.AnyTagClassName
{
color: #A7859E;
}
</style>
background-color css
<style>
a { background-color: #A7859E; }
a { background-color: rgb(167,133,158); }
div.DivClassName
{
background-color: #A7859E;
}
.BgClassName
{
background-color: #A7859E;
}
</style>
border-color css
<style>
span { border-color: #A7859E; }
span { border-color: rgb(167,133,158); }
td.TdClassName
{
border-color: #A7859E;
}
.TagClassName
{
border-color: #A7859E;
}
</style>