Shades of Bouquet #A87F9F
Tints of Bouquet #A87F9F
RGB
CMYK
RGB Variations
Color information
#A87F9F (or 0xA87F9F) is known color: Bouquet. HEX triplet: A8, 7F and 9F. RGB value is (168,127,159). Sum of RGB (Red+Green+Blue) = 168+127+159=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F9F is #578060. Grayscale: #8E8E8E. Windows color (decimal): -5734497 or 10452904. OLE color: 10452904.
HSL color Cylindrical-coordinate representation of color #A87F9F: hue angle of 313.17º 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 #A87F9F is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 159 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.34 |
| HSL | 313.17º | 0.19% | 0.58% | - |
| HSV(B) | 313.17º | 0.24% | 0.66% | - |
| XYZ | 30 | 26.01 | 36.24 | - |
| YUV | 142.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 159 | 0 | 0.24 | 0.05 | 0.34 | 313.17 | 0.19 | 0.58 |
| Hex | A8 | 7F | 9F | 0 | 18 | 5 | 22 | 139 | 13 | 3A |
| Octal | 250 | 177 | 237 | 0 | 30 | 5 | 42 | 471 | 23 | 72 |
| Binary | 10101000 | 1111111 | 10011111 | 0 | 11000 | 101 | 100010 | 100111001 | 10011 | 111010 |
Color Harmonies of #A87F9F
Complementary color
Monochromatic Colors of #A87F9F
Black with #A87F9F
Text Example
Text Example
White with #A87F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F9F; }
p { color: rgb(168,127,159); }
H1.HeaderClassName
{
color: #A87F9F;
}
.AnyTagClassName
{
color: #A87F9F;
}
</style>
background-color css
<style>
a { background-color: #A87F9F; }
a { background-color: rgb(168,127,159); }
div.DivClassName
{
background-color: #A87F9F;
}
.BgClassName
{
background-color: #A87F9F;
}
</style>
border-color css
<style>
span { border-color: #A87F9F; }
span { border-color: rgb(168,127,159); }
td.TdClassName
{
border-color: #A87F9F;
}
.TagClassName
{
border-color: #A87F9F;
}
</style>