Shades of Bouquet #A17C98
Tints of Bouquet #A17C98
RGB
CMYK
RGB Variations
Color information
#A17C98 (or 0xA17C98) is known color: Bouquet. HEX triplet: A1, 7C and 98. RGB value is (161,124,152). Sum of RGB (Red+Green+Blue) = 161+124+152=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C98 is #5E8367. Grayscale: #8A8A8A. Windows color (decimal): -6194024 or 9993377. OLE color: 9993377.
HSL color Cylindrical-coordinate representation of color #A17C98: hue angle of 314.59º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A17C98 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 152 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.37 |
| HSL | 314.59º | 0.16% | 0.56% | - |
| HSV(B) | 314.59º | 0.23% | 0.63% | - |
| XYZ | 27.57 | 24.26 | 32.94 | - |
| YUV | 138.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 152 | 0 | 0.23 | 0.06 | 0.37 | 314.59 | 0.16 | 0.56 |
| Hex | A1 | 7C | 98 | 0 | 17 | 6 | 25 | 13B | 10 | 38 |
| Octal | 241 | 174 | 230 | 0 | 27 | 6 | 45 | 473 | 20 | 70 |
| Binary | 10100001 | 1111100 | 10011000 | 0 | 10111 | 110 | 100101 | 100111011 | 10000 | 111000 |
Color Harmonies of #A17C98
Complementary color
Monochromatic Colors of #A17C98
Black with #A17C98
Text Example
Text Example
White with #A17C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C98; }
p { color: rgb(161,124,152); }
H1.HeaderClassName
{
color: #A17C98;
}
.AnyTagClassName
{
color: #A17C98;
}
</style>
background-color css
<style>
a { background-color: #A17C98; }
a { background-color: rgb(161,124,152); }
div.DivClassName
{
background-color: #A17C98;
}
.BgClassName
{
background-color: #A17C98;
}
</style>
border-color css
<style>
span { border-color: #A17C98; }
span { border-color: rgb(161,124,152); }
td.TdClassName
{
border-color: #A17C98;
}
.TagClassName
{
border-color: #A17C98;
}
</style>