Shades of Bouquet #A87F9E
Tints of Bouquet #A87F9E
RGB
CMYK
RGB Variations
Color information
#A87F9E (or 0xA87F9E) is known color: Bouquet. HEX triplet: A8, 7F and 9E. RGB value is (168,127,158). Sum of RGB (Red+Green+Blue) = 168+127+158=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F9E is #578061. Grayscale: #8E8E8E. Windows color (decimal): -5734498 or 10387368. OLE color: 10387368.
HSL color Cylindrical-coordinate representation of color #A87F9E: hue angle of 314.63º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A87F9E is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 158 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.34 |
| HSL | 314.63º | 0.19% | 0.58% | - |
| HSV(B) | 314.63º | 0.24% | 0.66% | - |
| XYZ | 29.91 | 25.97 | 35.78 | - |
| YUV | 142.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 158 | 0 | 0.24 | 0.06 | 0.34 | 314.63 | 0.19 | 0.58 |
| Hex | A8 | 7F | 9E | 0 | 18 | 6 | 22 | 13B | 13 | 3A |
| Octal | 250 | 177 | 236 | 0 | 30 | 6 | 42 | 473 | 23 | 72 |
| Binary | 10101000 | 1111111 | 10011110 | 0 | 11000 | 110 | 100010 | 100111011 | 10011 | 111010 |
Color Harmonies of #A87F9E
Complementary color
Monochromatic Colors of #A87F9E
Black with #A87F9E
Text Example
Text Example
White with #A87F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F9E; }
p { color: rgb(168,127,158); }
H1.HeaderClassName
{
color: #A87F9E;
}
.AnyTagClassName
{
color: #A87F9E;
}
</style>
background-color css
<style>
a { background-color: #A87F9E; }
a { background-color: rgb(168,127,158); }
div.DivClassName
{
background-color: #A87F9E;
}
.BgClassName
{
background-color: #A87F9E;
}
</style>
border-color css
<style>
span { border-color: #A87F9E; }
span { border-color: rgb(168,127,158); }
td.TdClassName
{
border-color: #A87F9E;
}
.TagClassName
{
border-color: #A87F9E;
}
</style>