Shades of Bouquet #A87F93
Tints of Bouquet #A87F93
RGB
CMYK
RGB Variations
Color information
#A87F93 (or 0xA87F93) is known color: Bouquet. HEX triplet: A8, 7F and 93. RGB value is (168,127,147). Sum of RGB (Red+Green+Blue) = 168+127+147=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F93 is #57806C. Grayscale: #8D8D8D. Windows color (decimal): -5734509 or 9666472. OLE color: 9666472.
HSL color Cylindrical-coordinate representation of color #A87F93: hue angle of 330.73º 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 #A87F93 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 147 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.34 |
| HSL | 330.73º | 0.19% | 0.58% | - |
| HSV(B) | 330.73º | 0.24% | 0.66% | - |
| XYZ | 29 | 25.61 | 31.02 | - |
| YUV | 141.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 147 | 0 | 0.24 | 0.13 | 0.34 | 330.73 | 0.19 | 0.58 |
| Hex | A8 | 7F | 93 | 0 | 18 | D | 22 | 14B | 13 | 3A |
| Octal | 250 | 177 | 223 | 0 | 30 | 15 | 42 | 513 | 23 | 72 |
| Binary | 10101000 | 1111111 | 10010011 | 0 | 11000 | 1101 | 100010 | 101001011 | 10011 | 111010 |
Color Harmonies of #A87F93
Complementary color
Monochromatic Colors of #A87F93
Black with #A87F93
Text Example
Text Example
White with #A87F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F93; }
p { color: rgb(168,127,147); }
H1.HeaderClassName
{
color: #A87F93;
}
.AnyTagClassName
{
color: #A87F93;
}
</style>
background-color css
<style>
a { background-color: #A87F93; }
a { background-color: rgb(168,127,147); }
div.DivClassName
{
background-color: #A87F93;
}
.BgClassName
{
background-color: #A87F93;
}
</style>
border-color css
<style>
span { border-color: #A87F93; }
span { border-color: rgb(168,127,147); }
td.TdClassName
{
border-color: #A87F93;
}
.TagClassName
{
border-color: #A87F93;
}
</style>