Shades of Bouquet #A17B94
Tints of Bouquet #A17B94
RGB
CMYK
RGB Variations
Color information
#A17B94 (or 0xA17B94) is known color: Bouquet. HEX triplet: A1, 7B and 94. RGB value is (161,123,148). Sum of RGB (Red+Green+Blue) = 161+123+148=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17B94 is #5E846B. Grayscale: #898989. Windows color (decimal): -6194284 or 9730977. OLE color: 9730977.
HSL color Cylindrical-coordinate representation of color #A17B94: hue angle of 320.53º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17B94 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 148 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.37 |
| HSL | 320.53º | 0.17% | 0.56% | - |
| HSV(B) | 320.53º | 0.24% | 0.63% | - |
| XYZ | 27.13 | 23.88 | 31.2 | - |
| YUV | 137.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 148 | 0 | 0.24 | 0.08 | 0.37 | 320.53 | 0.17 | 0.56 |
| Hex | A1 | 7B | 94 | 0 | 18 | 8 | 25 | 141 | 11 | 38 |
| Octal | 241 | 173 | 224 | 0 | 30 | 10 | 45 | 501 | 21 | 70 |
| Binary | 10100001 | 1111011 | 10010100 | 0 | 11000 | 1000 | 100101 | 101000001 | 10001 | 111000 |
Color Harmonies of #A17B94
Complementary color
Monochromatic Colors of #A17B94
Black with #A17B94
Text Example
Text Example
White with #A17B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B94; }
p { color: rgb(161,123,148); }
H1.HeaderClassName
{
color: #A17B94;
}
.AnyTagClassName
{
color: #A17B94;
}
</style>
background-color css
<style>
a { background-color: #A17B94; }
a { background-color: rgb(161,123,148); }
div.DivClassName
{
background-color: #A17B94;
}
.BgClassName
{
background-color: #A17B94;
}
</style>
border-color css
<style>
span { border-color: #A17B94; }
span { border-color: rgb(161,123,148); }
td.TdClassName
{
border-color: #A17B94;
}
.TagClassName
{
border-color: #A17B94;
}
</style>