Shades of Bouquet #A87F90
Tints of Bouquet #A87F90
RGB
CMYK
RGB Variations
Color information
#A87F90 (or 0xA87F90) is known color: Bouquet. HEX triplet: A8, 7F and 90. RGB value is (168,127,144). Sum of RGB (Red+Green+Blue) = 168+127+144=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F90 is #57806F. Grayscale: #8D8D8D. Windows color (decimal): -5734512 or 9469864. OLE color: 9469864.
HSL color Cylindrical-coordinate representation of color #A87F90: hue angle of 335.12º 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 #A87F90 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 144 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.34 |
| HSL | 335.12º | 0.19% | 0.58% | - |
| HSV(B) | 335.12º | 0.24% | 0.66% | - |
| XYZ | 28.77 | 25.52 | 29.79 | - |
| YUV | 141.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 144 | 0 | 0.24 | 0.14 | 0.34 | 335.12 | 0.19 | 0.58 |
| Hex | A8 | 7F | 90 | 0 | 18 | E | 22 | 14F | 13 | 3A |
| Octal | 250 | 177 | 220 | 0 | 30 | 16 | 42 | 517 | 23 | 72 |
| Binary | 10101000 | 1111111 | 10010000 | 0 | 11000 | 1110 | 100010 | 101001111 | 10011 | 111010 |
Color Harmonies of #A87F90
Complementary color
Monochromatic Colors of #A87F90
Black with #A87F90
Text Example
Text Example
White with #A87F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F90; }
p { color: rgb(168,127,144); }
H1.HeaderClassName
{
color: #A87F90;
}
.AnyTagClassName
{
color: #A87F90;
}
</style>
background-color css
<style>
a { background-color: #A87F90; }
a { background-color: rgb(168,127,144); }
div.DivClassName
{
background-color: #A87F90;
}
.BgClassName
{
background-color: #A87F90;
}
</style>
border-color css
<style>
span { border-color: #A87F90; }
span { border-color: rgb(168,127,144); }
td.TdClassName
{
border-color: #A87F90;
}
.TagClassName
{
border-color: #A87F90;
}
</style>