Shades of Bouquet #A17E97
Tints of Bouquet #A17E97
RGB
CMYK
RGB Variations
Color information
#A17E97 (or 0xA17E97) is known color: Bouquet. HEX triplet: A1, 7E and 97. RGB value is (161,126,151). Sum of RGB (Red+Green+Blue) = 161+126+151=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17E97 is #5E8168. Grayscale: #8B8B8B. Windows color (decimal): -6193513 or 9928353. OLE color: 9928353.
HSL color Cylindrical-coordinate representation of color #A17E97: hue angle of 317.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17E97 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 151 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.37 |
| HSL | 317.14º | 0.16% | 0.56% | - |
| HSV(B) | 317.14º | 0.22% | 0.63% | - |
| XYZ | 27.74 | 24.73 | 32.59 | - |
| YUV | 139.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 151 | 0 | 0.22 | 0.06 | 0.37 | 317.14 | 0.16 | 0.56 |
| Hex | A1 | 7E | 97 | 0 | 16 | 6 | 25 | 13D | 10 | 38 |
| Octal | 241 | 176 | 227 | 0 | 26 | 6 | 45 | 475 | 20 | 70 |
| Binary | 10100001 | 1111110 | 10010111 | 0 | 10110 | 110 | 100101 | 100111101 | 10000 | 111000 |
Color Harmonies of #A17E97
Complementary color
Monochromatic Colors of #A17E97
Black with #A17E97
Text Example
Text Example
White with #A17E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E97; }
p { color: rgb(161,126,151); }
H1.HeaderClassName
{
color: #A17E97;
}
.AnyTagClassName
{
color: #A17E97;
}
</style>
background-color css
<style>
a { background-color: #A17E97; }
a { background-color: rgb(161,126,151); }
div.DivClassName
{
background-color: #A17E97;
}
.BgClassName
{
background-color: #A17E97;
}
</style>
border-color css
<style>
span { border-color: #A17E97; }
span { border-color: rgb(161,126,151); }
td.TdClassName
{
border-color: #A17E97;
}
.TagClassName
{
border-color: #A17E97;
}
</style>