Shades of Bouquet #A87196
Tints of Bouquet #A87196
RGB
CMYK
RGB Variations
Color information
#A87196 (or 0xA87196) is known color: Bouquet. HEX triplet: A8, 71 and 96. RGB value is (168,113,150). Sum of RGB (Red+Green+Blue) = 168+113+150=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A87196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87196 is #578E69. Grayscale: #858585. Windows color (decimal): -5738090 or 9859496. OLE color: 9859496.
HSL color Cylindrical-coordinate representation of color #A87196: hue angle of 319.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87196 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 150 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.34 |
| HSL | 319.64º | 0.24% | 0.55% | - |
| HSV(B) | 319.64º | 0.33% | 0.66% | - |
| XYZ | 27.56 | 22.34 | 31.71 | - |
| YUV | 133.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 150 | 0 | 0.33 | 0.11 | 0.34 | 319.64 | 0.24 | 0.55 |
| Hex | A8 | 71 | 96 | 0 | 21 | B | 22 | 140 | 18 | 37 |
| Octal | 250 | 161 | 226 | 0 | 41 | 13 | 42 | 500 | 30 | 67 |
| Binary | 10101000 | 1110001 | 10010110 | 0 | 100001 | 1011 | 100010 | 101000000 | 11000 | 110111 |
Color Harmonies of #A87196
Complementary color
Monochromatic Colors of #A87196
Black with #A87196
Text Example
Text Example
White with #A87196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87196; }
p { color: rgb(168,113,150); }
H1.HeaderClassName
{
color: #A87196;
}
.AnyTagClassName
{
color: #A87196;
}
</style>
background-color css
<style>
a { background-color: #A87196; }
a { background-color: rgb(168,113,150); }
div.DivClassName
{
background-color: #A87196;
}
.BgClassName
{
background-color: #A87196;
}
</style>
border-color css
<style>
span { border-color: #A87196; }
span { border-color: rgb(168,113,150); }
td.TdClassName
{
border-color: #A87196;
}
.TagClassName
{
border-color: #A87196;
}
</style>