Shades of Bouquet #A87496
Tints of Bouquet #A87496
RGB
CMYK
RGB Variations
Color information
#A87496 (or 0xA87496) is known color: Bouquet. HEX triplet: A8, 74 and 96. RGB value is (168,116,150). Sum of RGB (Red+Green+Blue) = 168+116+150=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A87496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87496 is #578B69. Grayscale: #878787. Windows color (decimal): -5737322 or 9860264. OLE color: 9860264.
HSL color Cylindrical-coordinate representation of color #A87496: hue angle of 320.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A87496 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 150 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.34 |
| HSL | 320.77º | 0.23% | 0.56% | - |
| HSV(B) | 320.77º | 0.31% | 0.66% | - |
| XYZ | 27.9 | 23.02 | 31.83 | - |
| YUV | 135.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 150 | 0 | 0.31 | 0.11 | 0.34 | 320.77 | 0.23 | 0.56 |
| Hex | A8 | 74 | 96 | 0 | 1F | B | 22 | 141 | 17 | 38 |
| Octal | 250 | 164 | 226 | 0 | 37 | 13 | 42 | 501 | 27 | 70 |
| Binary | 10101000 | 1110100 | 10010110 | 0 | 11111 | 1011 | 100010 | 101000001 | 10111 | 111000 |
Color Harmonies of #A87496
Complementary color
Monochromatic Colors of #A87496
Black with #A87496
Text Example
Text Example
White with #A87496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87496; }
p { color: rgb(168,116,150); }
H1.HeaderClassName
{
color: #A87496;
}
.AnyTagClassName
{
color: #A87496;
}
</style>
background-color css
<style>
a { background-color: #A87496; }
a { background-color: rgb(168,116,150); }
div.DivClassName
{
background-color: #A87496;
}
.BgClassName
{
background-color: #A87496;
}
</style>
border-color css
<style>
span { border-color: #A87496; }
span { border-color: rgb(168,116,150); }
td.TdClassName
{
border-color: #A87496;
}
.TagClassName
{
border-color: #A87496;
}
</style>