Shades of Bouquet #A87A9E
Tints of Bouquet #A87A9E
RGB
CMYK
RGB Variations
Color information
#A87A9E (or 0xA87A9E) is known color: Bouquet. HEX triplet: A8, 7A and 9E. RGB value is (168,122,158). Sum of RGB (Red+Green+Blue) = 168+122+158=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87A9E is #578561. Grayscale: #8B8B8B. Windows color (decimal): -5735778 or 10386088. OLE color: 10386088.
HSL color Cylindrical-coordinate representation of color #A87A9E: hue angle of 313.04º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A87A9E is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 158 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.34 |
| HSL | 313.04º | 0.21% | 0.57% | - |
| HSV(B) | 313.04º | 0.27% | 0.66% | - |
| XYZ | 29.28 | 24.71 | 35.57 | - |
| YUV | 139.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 158 | 0 | 0.27 | 0.06 | 0.34 | 313.04 | 0.21 | 0.57 |
| Hex | A8 | 7A | 9E | 0 | 1B | 6 | 22 | 139 | 15 | 39 |
| Octal | 250 | 172 | 236 | 0 | 33 | 6 | 42 | 471 | 25 | 71 |
| Binary | 10101000 | 1111010 | 10011110 | 0 | 11011 | 110 | 100010 | 100111001 | 10101 | 111001 |
Color Harmonies of #A87A9E
Complementary color
Monochromatic Colors of #A87A9E
Black with #A87A9E
Text Example
Text Example
White with #A87A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A9E; }
p { color: rgb(168,122,158); }
H1.HeaderClassName
{
color: #A87A9E;
}
.AnyTagClassName
{
color: #A87A9E;
}
</style>
background-color css
<style>
a { background-color: #A87A9E; }
a { background-color: rgb(168,122,158); }
div.DivClassName
{
background-color: #A87A9E;
}
.BgClassName
{
background-color: #A87A9E;
}
</style>
border-color css
<style>
span { border-color: #A87A9E; }
span { border-color: rgb(168,122,158); }
td.TdClassName
{
border-color: #A87A9E;
}
.TagClassName
{
border-color: #A87A9E;
}
</style>