Shades of Bouquet #A87D9D
Tints of Bouquet #A87D9D
RGB
CMYK
RGB Variations
Color information
#A87D9D (or 0xA87D9D) is known color: Bouquet. HEX triplet: A8, 7D and 9D. RGB value is (168,125,157). Sum of RGB (Red+Green+Blue) = 168+125+157=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D9D is #578262. Grayscale: #8D8D8D. Windows color (decimal): -5735011 or 10321320. OLE color: 10321320.
HSL color Cylindrical-coordinate representation of color #A87D9D: hue angle of 315.35º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87D9D is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 157 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.34 |
| HSL | 315.35º | 0.2% | 0.57% | - |
| HSV(B) | 315.35º | 0.26% | 0.66% | - |
| XYZ | 29.57 | 25.43 | 35.25 | - |
| YUV | 141.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 157 | 0 | 0.26 | 0.07 | 0.34 | 315.35 | 0.2 | 0.57 |
| Hex | A8 | 7D | 9D | 0 | 1A | 7 | 22 | 13B | 14 | 39 |
| Octal | 250 | 175 | 235 | 0 | 32 | 7 | 42 | 473 | 24 | 71 |
| Binary | 10101000 | 1111101 | 10011101 | 0 | 11010 | 111 | 100010 | 100111011 | 10100 | 111001 |
Color Harmonies of #A87D9D
Complementary color
Monochromatic Colors of #A87D9D
Black with #A87D9D
Text Example
Text Example
White with #A87D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D9D; }
p { color: rgb(168,125,157); }
H1.HeaderClassName
{
color: #A87D9D;
}
.AnyTagClassName
{
color: #A87D9D;
}
</style>
background-color css
<style>
a { background-color: #A87D9D; }
a { background-color: rgb(168,125,157); }
div.DivClassName
{
background-color: #A87D9D;
}
.BgClassName
{
background-color: #A87D9D;
}
</style>
border-color css
<style>
span { border-color: #A87D9D; }
span { border-color: rgb(168,125,157); }
td.TdClassName
{
border-color: #A87D9D;
}
.TagClassName
{
border-color: #A87D9D;
}
</style>