Shades of Bouquet #A17D94
Tints of Bouquet #A17D94
RGB
CMYK
RGB Variations
Color information
#A17D94 (or 0xA17D94) is known color: Bouquet. HEX triplet: A1, 7D and 94. RGB value is (161,125,148). Sum of RGB (Red+Green+Blue) = 161+125+148=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17D94 is #5E826B. Grayscale: #8A8A8A. Windows color (decimal): -6193772 or 9731489. OLE color: 9731489.
HSL color Cylindrical-coordinate representation of color #A17D94: hue angle of 321.67º 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 #A17D94 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 148 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.37 |
| HSL | 321.67º | 0.16% | 0.56% | - |
| HSV(B) | 321.67º | 0.22% | 0.63% | - |
| XYZ | 27.38 | 24.38 | 31.28 | - |
| YUV | 138.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 148 | 0 | 0.22 | 0.08 | 0.37 | 321.67 | 0.16 | 0.56 |
| Hex | A1 | 7D | 94 | 0 | 16 | 8 | 25 | 142 | 10 | 38 |
| Octal | 241 | 175 | 224 | 0 | 26 | 10 | 45 | 502 | 20 | 70 |
| Binary | 10100001 | 1111101 | 10010100 | 0 | 10110 | 1000 | 100101 | 101000010 | 10000 | 111000 |
Color Harmonies of #A17D94
Complementary color
Monochromatic Colors of #A17D94
Black with #A17D94
Text Example
Text Example
White with #A17D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D94; }
p { color: rgb(161,125,148); }
H1.HeaderClassName
{
color: #A17D94;
}
.AnyTagClassName
{
color: #A17D94;
}
</style>
background-color css
<style>
a { background-color: #A17D94; }
a { background-color: rgb(161,125,148); }
div.DivClassName
{
background-color: #A17D94;
}
.BgClassName
{
background-color: #A17D94;
}
</style>
border-color css
<style>
span { border-color: #A17D94; }
span { border-color: rgb(161,125,148); }
td.TdClassName
{
border-color: #A17D94;
}
.TagClassName
{
border-color: #A17D94;
}
</style>