Shades of Bouquet #A87E9A
Tints of Bouquet #A87E9A
RGB
CMYK
RGB Variations
Color information
#A87E9A (or 0xA87E9A) is known color: Bouquet. HEX triplet: A8, 7E and 9A. RGB value is (168,126,154). Sum of RGB (Red+Green+Blue) = 168+126+154=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87E9A is #578165. Grayscale: #8D8D8D. Windows color (decimal): -5734758 or 10124968. OLE color: 10124968.
HSL color Cylindrical-coordinate representation of color #A87E9A: hue angle of 320º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87E9A is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 154 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.34 |
| HSL | 320º | 0.19% | 0.58% | - |
| HSV(B) | 320º | 0.25% | 0.66% | - |
| XYZ | 29.44 | 25.58 | 33.96 | - |
| YUV | 141.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 154 | 0 | 0.25 | 0.08 | 0.34 | 320 | 0.19 | 0.58 |
| Hex | A8 | 7E | 9A | 0 | 19 | 8 | 22 | 140 | 13 | 3A |
| Octal | 250 | 176 | 232 | 0 | 31 | 10 | 42 | 500 | 23 | 72 |
| Binary | 10101000 | 1111110 | 10011010 | 0 | 11001 | 1000 | 100010 | 101000000 | 10011 | 111010 |
Color Harmonies of #A87E9A
Complementary color
Monochromatic Colors of #A87E9A
Black with #A87E9A
Text Example
Text Example
White with #A87E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87E9A; }
p { color: rgb(168,126,154); }
H1.HeaderClassName
{
color: #A87E9A;
}
.AnyTagClassName
{
color: #A87E9A;
}
</style>
background-color css
<style>
a { background-color: #A87E9A; }
a { background-color: rgb(168,126,154); }
div.DivClassName
{
background-color: #A87E9A;
}
.BgClassName
{
background-color: #A87E9A;
}
</style>
border-color css
<style>
span { border-color: #A87E9A; }
span { border-color: rgb(168,126,154); }
td.TdClassName
{
border-color: #A87E9A;
}
.TagClassName
{
border-color: #A87E9A;
}
</style>