Shades of Bouquet #A87391
Tints of Bouquet #A87391
RGB
CMYK
RGB Variations
Color information
#A87391 (or 0xA87391) is known color: Bouquet. HEX triplet: A8, 73 and 91. RGB value is (168,115,145). Sum of RGB (Red+Green+Blue) = 168+115+145=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A87391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87391 is #578C6E. Grayscale: #868686. Windows color (decimal): -5737583 or 9532328. OLE color: 9532328.
HSL color Cylindrical-coordinate representation of color #A87391: hue angle of 326.04º degrees, saturation: 0.23, 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 #A87391 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 145 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.34 |
| HSL | 326.04º | 0.23% | 0.55% | - |
| HSV(B) | 326.04º | 0.32% | 0.66% | - |
| XYZ | 27.39 | 22.63 | 29.71 | - |
| YUV | 134.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 145 | 0 | 0.32 | 0.14 | 0.34 | 326.04 | 0.23 | 0.55 |
| Hex | A8 | 73 | 91 | 0 | 20 | E | 22 | 146 | 17 | 37 |
| Octal | 250 | 163 | 221 | 0 | 40 | 16 | 42 | 506 | 27 | 67 |
| Binary | 10101000 | 1110011 | 10010001 | 0 | 100000 | 1110 | 100010 | 101000110 | 10111 | 110111 |
Color Harmonies of #A87391
Complementary color
Monochromatic Colors of #A87391
Black with #A87391
Text Example
Text Example
White with #A87391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87391; }
p { color: rgb(168,115,145); }
H1.HeaderClassName
{
color: #A87391;
}
.AnyTagClassName
{
color: #A87391;
}
</style>
background-color css
<style>
a { background-color: #A87391; }
a { background-color: rgb(168,115,145); }
div.DivClassName
{
background-color: #A87391;
}
.BgClassName
{
background-color: #A87391;
}
</style>
border-color css
<style>
span { border-color: #A87391; }
span { border-color: rgb(168,115,145); }
td.TdClassName
{
border-color: #A87391;
}
.TagClassName
{
border-color: #A87391;
}
</style>