Shades of Bouquet #A17B9D
Tints of Bouquet #A17B9D
RGB
CMYK
RGB Variations
Color information
#A17B9D (or 0xA17B9D) is known color: Bouquet. HEX triplet: A1, 7B and 9D. RGB value is (161,123,157). Sum of RGB (Red+Green+Blue) = 161+123+157=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17B9D is #5E8462. Grayscale: #8A8A8A. Windows color (decimal): -6194275 or 10320801. OLE color: 10320801.
HSL color Cylindrical-coordinate representation of color #A17B9D: hue angle of 306.32º 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 #A17B9D is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 157 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.37 |
| HSL | 306.32º | 0.17% | 0.56% | - |
| HSV(B) | 306.32º | 0.24% | 0.63% | - |
| XYZ | 27.87 | 24.18 | 35.1 | - |
| YUV | 138.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 157 | 0 | 0.24 | 0.02 | 0.37 | 306.32 | 0.17 | 0.56 |
| Hex | A1 | 7B | 9D | 0 | 18 | 2 | 25 | 132 | 11 | 38 |
| Octal | 241 | 173 | 235 | 0 | 30 | 2 | 45 | 462 | 21 | 70 |
| Binary | 10100001 | 1111011 | 10011101 | 0 | 11000 | 10 | 100101 | 100110010 | 10001 | 111000 |
Color Harmonies of #A17B9D
Complementary color
Monochromatic Colors of #A17B9D
Black with #A17B9D
Text Example
Text Example
White with #A17B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B9D; }
p { color: rgb(161,123,157); }
H1.HeaderClassName
{
color: #A17B9D;
}
.AnyTagClassName
{
color: #A17B9D;
}
</style>
background-color css
<style>
a { background-color: #A17B9D; }
a { background-color: rgb(161,123,157); }
div.DivClassName
{
background-color: #A17B9D;
}
.BgClassName
{
background-color: #A17B9D;
}
</style>
border-color css
<style>
span { border-color: #A17B9D; }
span { border-color: rgb(161,123,157); }
td.TdClassName
{
border-color: #A17B9D;
}
.TagClassName
{
border-color: #A17B9D;
}
</style>