Shades of Bouquet #A87798
Tints of Bouquet #A87798
RGB
CMYK
RGB Variations
Color information
#A87798 (or 0xA87798) is known color: Bouquet. HEX triplet: A8, 77 and 98. RGB value is (168,119,152). Sum of RGB (Red+Green+Blue) = 168+119+152=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A87798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87798 is #578867. Grayscale: #898989. Windows color (decimal): -5736552 or 9992104. OLE color: 9992104.
HSL color Cylindrical-coordinate representation of color #A87798: hue angle of 319.59º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87798 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 152 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.34 |
| HSL | 319.59º | 0.22% | 0.56% | - |
| HSV(B) | 319.59º | 0.29% | 0.66% | - |
| XYZ | 28.41 | 23.79 | 32.8 | - |
| YUV | 137.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 152 | 0 | 0.29 | 0.10 | 0.34 | 319.59 | 0.22 | 0.56 |
| Hex | A8 | 77 | 98 | 0 | 1D | A | 22 | 140 | 16 | 38 |
| Octal | 250 | 167 | 230 | 0 | 35 | 12 | 42 | 500 | 26 | 70 |
| Binary | 10101000 | 1110111 | 10011000 | 0 | 11101 | 1010 | 100010 | 101000000 | 10110 | 111000 |
Color Harmonies of #A87798
Complementary color
Monochromatic Colors of #A87798
Black with #A87798
Text Example
Text Example
White with #A87798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87798; }
p { color: rgb(168,119,152); }
H1.HeaderClassName
{
color: #A87798;
}
.AnyTagClassName
{
color: #A87798;
}
</style>
background-color css
<style>
a { background-color: #A87798; }
a { background-color: rgb(168,119,152); }
div.DivClassName
{
background-color: #A87798;
}
.BgClassName
{
background-color: #A87798;
}
</style>
border-color css
<style>
span { border-color: #A87798; }
span { border-color: rgb(168,119,152); }
td.TdClassName
{
border-color: #A87798;
}
.TagClassName
{
border-color: #A87798;
}
</style>