Shades of Bouquet #A7869E
Tints of Bouquet #A7869E
RGB
CMYK
RGB Variations
Color information
#A7869E (or 0xA7869E) is known color: Bouquet. HEX triplet: A7, 86 and 9E. RGB value is (167,134,158). Sum of RGB (Red+Green+Blue) = 167+134+158=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 167 - color contains mainly: red. Hex color #A7869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7869E is #587961. Grayscale: #929292. Windows color (decimal): -5798242 or 10389159. OLE color: 10389159.
HSL color Cylindrical-coordinate representation of color #A7869E: hue angle of 316.36º 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 #A7869E is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 134 | 158 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.35 |
| HSL | 316.36º | 0.16% | 0.59% | - |
| HSV(B) | 316.36º | 0.2% | 0.65% | - |
| XYZ | 30.63 | 27.73 | 36.09 | - |
| YUV | 146.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 158 | 0 | 0.20 | 0.05 | 0.35 | 316.36 | 0.16 | 0.59 |
| Hex | A7 | 86 | 9E | 0 | 14 | 5 | 23 | 13C | 10 | 3B |
| Octal | 247 | 206 | 236 | 0 | 24 | 5 | 43 | 474 | 20 | 73 |
| Binary | 10100111 | 10000110 | 10011110 | 0 | 10100 | 101 | 100011 | 100111100 | 10000 | 111011 |
Color Harmonies of #A7869E
Complementary color
Monochromatic Colors of #A7869E
Black with #A7869E
Text Example
Text Example
White with #A7869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7869E; }
p { color: rgb(167,134,158); }
H1.HeaderClassName
{
color: #A7869E;
}
.AnyTagClassName
{
color: #A7869E;
}
</style>
background-color css
<style>
a { background-color: #A7869E; }
a { background-color: rgb(167,134,158); }
div.DivClassName
{
background-color: #A7869E;
}
.BgClassName
{
background-color: #A7869E;
}
</style>
border-color css
<style>
span { border-color: #A7869E; }
span { border-color: rgb(167,134,158); }
td.TdClassName
{
border-color: #A7869E;
}
.TagClassName
{
border-color: #A7869E;
}
</style>