Shades of Bouquet #A87F96
Tints of Bouquet #A87F96
RGB
CMYK
RGB Variations
Color information
#A87F96 (or 0xA87F96) is known color: Bouquet. HEX triplet: A8, 7F and 96. RGB value is (168,127,150). Sum of RGB (Red+Green+Blue) = 168+127+150=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F96 is #578069. Grayscale: #8D8D8D. Windows color (decimal): -5734506 or 9863080. OLE color: 9863080.
HSL color Cylindrical-coordinate representation of color #A87F96: hue angle of 326.34º 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 #A87F96 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 150 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.34 |
| HSL | 326.34º | 0.19% | 0.58% | - |
| HSV(B) | 326.34º | 0.24% | 0.66% | - |
| XYZ | 29.24 | 25.71 | 32.27 | - |
| YUV | 141.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 150 | 0 | 0.24 | 0.11 | 0.34 | 326.34 | 0.19 | 0.58 |
| Hex | A8 | 7F | 96 | 0 | 18 | B | 22 | 146 | 13 | 3A |
| Octal | 250 | 177 | 226 | 0 | 30 | 13 | 42 | 506 | 23 | 72 |
| Binary | 10101000 | 1111111 | 10010110 | 0 | 11000 | 1011 | 100010 | 101000110 | 10011 | 111010 |
Color Harmonies of #A87F96
Complementary color
Monochromatic Colors of #A87F96
Black with #A87F96
Text Example
Text Example
White with #A87F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F96; }
p { color: rgb(168,127,150); }
H1.HeaderClassName
{
color: #A87F96;
}
.AnyTagClassName
{
color: #A87F96;
}
</style>
background-color css
<style>
a { background-color: #A87F96; }
a { background-color: rgb(168,127,150); }
div.DivClassName
{
background-color: #A87F96;
}
.BgClassName
{
background-color: #A87F96;
}
</style>
border-color css
<style>
span { border-color: #A87F96; }
span { border-color: rgb(168,127,150); }
td.TdClassName
{
border-color: #A87F96;
}
.TagClassName
{
border-color: #A87F96;
}
</style>