Shades of Bouquet #A87599
Tints of Bouquet #A87599
RGB
CMYK
RGB Variations
Color information
#A87599 (or 0xA87599) is known color: Bouquet. HEX triplet: A8, 75 and 99. RGB value is (168,117,153). Sum of RGB (Red+Green+Blue) = 168+117+153=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A87599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87599 is #578A66. Grayscale: #888888. Windows color (decimal): -5737063 or 10057128. OLE color: 10057128.
HSL color Cylindrical-coordinate representation of color #A87599: hue angle of 317.65º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87599 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 153 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.34 |
| HSL | 317.65º | 0.23% | 0.56% | - |
| HSV(B) | 317.65º | 0.3% | 0.66% | - |
| XYZ | 28.26 | 23.35 | 33.15 | - |
| YUV | 136.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 153 | 0 | 0.30 | 0.09 | 0.34 | 317.65 | 0.23 | 0.56 |
| Hex | A8 | 75 | 99 | 0 | 1E | 9 | 22 | 13E | 17 | 38 |
| Octal | 250 | 165 | 231 | 0 | 36 | 11 | 42 | 476 | 27 | 70 |
| Binary | 10101000 | 1110101 | 10011001 | 0 | 11110 | 1001 | 100010 | 100111110 | 10111 | 111000 |
Color Harmonies of #A87599
Complementary color
Monochromatic Colors of #A87599
Black with #A87599
Text Example
Text Example
White with #A87599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87599; }
p { color: rgb(168,117,153); }
H1.HeaderClassName
{
color: #A87599;
}
.AnyTagClassName
{
color: #A87599;
}
</style>
background-color css
<style>
a { background-color: #A87599; }
a { background-color: rgb(168,117,153); }
div.DivClassName
{
background-color: #A87599;
}
.BgClassName
{
background-color: #A87599;
}
</style>
border-color css
<style>
span { border-color: #A87599; }
span { border-color: rgb(168,117,153); }
td.TdClassName
{
border-color: #A87599;
}
.TagClassName
{
border-color: #A87599;
}
</style>