Shades of Bouquet #A87297
Tints of Bouquet #A87297
RGB
CMYK
RGB Variations
Color information
#A87297 (or 0xA87297) is known color: Bouquet. HEX triplet: A8, 72 and 97. RGB value is (168,114,151). Sum of RGB (Red+Green+Blue) = 168+114+151=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A87297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87297 is #578D68. Grayscale: #868686. Windows color (decimal): -5737833 or 9925288. OLE color: 9925288.
HSL color Cylindrical-coordinate representation of color #A87297: hue angle of 318.89º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87297 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 151 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.34 |
| HSL | 318.89º | 0.24% | 0.55% | - |
| HSV(B) | 318.89º | 0.32% | 0.66% | - |
| XYZ | 27.75 | 22.59 | 32.18 | - |
| YUV | 134.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 151 | 0 | 0.32 | 0.10 | 0.34 | 318.89 | 0.24 | 0.55 |
| Hex | A8 | 72 | 97 | 0 | 20 | A | 22 | 13F | 18 | 37 |
| Octal | 250 | 162 | 227 | 0 | 40 | 12 | 42 | 477 | 30 | 67 |
| Binary | 10101000 | 1110010 | 10010111 | 0 | 100000 | 1010 | 100010 | 100111111 | 11000 | 110111 |
Color Harmonies of #A87297
Complementary color
Monochromatic Colors of #A87297
Black with #A87297
Text Example
Text Example
White with #A87297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87297; }
p { color: rgb(168,114,151); }
H1.HeaderClassName
{
color: #A87297;
}
.AnyTagClassName
{
color: #A87297;
}
</style>
background-color css
<style>
a { background-color: #A87297; }
a { background-color: rgb(168,114,151); }
div.DivClassName
{
background-color: #A87297;
}
.BgClassName
{
background-color: #A87297;
}
</style>
border-color css
<style>
span { border-color: #A87297; }
span { border-color: rgb(168,114,151); }
td.TdClassName
{
border-color: #A87297;
}
.TagClassName
{
border-color: #A87297;
}
</style>