Shades of Bouquet #A87598
Tints of Bouquet #A87598
RGB
CMYK
RGB Variations
Color information
#A87598 (or 0xA87598) is known color: Bouquet. HEX triplet: A8, 75 and 98. RGB value is (168,117,152). Sum of RGB (Red+Green+Blue) = 168+117+152=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A87598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87598 is #578A67. Grayscale: #888888. Windows color (decimal): -5737064 or 9991592. OLE color: 9991592.
HSL color Cylindrical-coordinate representation of color #A87598: hue angle of 318.82º 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 #A87598 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 152 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.34 |
| HSL | 318.82º | 0.23% | 0.56% | - |
| HSV(B) | 318.82º | 0.3% | 0.66% | - |
| XYZ | 28.18 | 23.31 | 32.72 | - |
| YUV | 136.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 152 | 0 | 0.30 | 0.10 | 0.34 | 318.82 | 0.23 | 0.56 |
| Hex | A8 | 75 | 98 | 0 | 1E | A | 22 | 13F | 17 | 38 |
| Octal | 250 | 165 | 230 | 0 | 36 | 12 | 42 | 477 | 27 | 70 |
| Binary | 10101000 | 1110101 | 10011000 | 0 | 11110 | 1010 | 100010 | 100111111 | 10111 | 111000 |
Color Harmonies of #A87598
Complementary color
Monochromatic Colors of #A87598
Black with #A87598
Text Example
Text Example
White with #A87598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87598; }
p { color: rgb(168,117,152); }
H1.HeaderClassName
{
color: #A87598;
}
.AnyTagClassName
{
color: #A87598;
}
</style>
background-color css
<style>
a { background-color: #A87598; }
a { background-color: rgb(168,117,152); }
div.DivClassName
{
background-color: #A87598;
}
.BgClassName
{
background-color: #A87598;
}
</style>
border-color css
<style>
span { border-color: #A87598; }
span { border-color: rgb(168,117,152); }
td.TdClassName
{
border-color: #A87598;
}
.TagClassName
{
border-color: #A87598;
}
</style>