Shades of Bouquet #A17A9D
Tints of Bouquet #A17A9D
RGB
CMYK
RGB Variations
Color information
#A17A9D (or 0xA17A9D) is known color: Bouquet. HEX triplet: A1, 7A and 9D. RGB value is (161,122,157). Sum of RGB (Red+Green+Blue) = 161+122+157=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17A9D is #5E8562. Grayscale: #898989. Windows color (decimal): -6194531 or 10320545. OLE color: 10320545.
HSL color Cylindrical-coordinate representation of color #A17A9D: hue angle of 306.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17A9D is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 157 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.37 |
| HSL | 306.15º | 0.17% | 0.55% | - |
| HSV(B) | 306.15º | 0.24% | 0.63% | - |
| XYZ | 27.74 | 23.93 | 35.06 | - |
| YUV | 137.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 157 | 0 | 0.24 | 0.02 | 0.37 | 306.15 | 0.17 | 0.55 |
| Hex | A1 | 7A | 9D | 0 | 18 | 2 | 25 | 132 | 11 | 37 |
| Octal | 241 | 172 | 235 | 0 | 30 | 2 | 45 | 462 | 21 | 67 |
| Binary | 10100001 | 1111010 | 10011101 | 0 | 11000 | 10 | 100101 | 100110010 | 10001 | 110111 |
Color Harmonies of #A17A9D
Complementary color
Monochromatic Colors of #A17A9D
Black with #A17A9D
Text Example
Text Example
White with #A17A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A9D; }
p { color: rgb(161,122,157); }
H1.HeaderClassName
{
color: #A17A9D;
}
.AnyTagClassName
{
color: #A17A9D;
}
</style>
background-color css
<style>
a { background-color: #A17A9D; }
a { background-color: rgb(161,122,157); }
div.DivClassName
{
background-color: #A17A9D;
}
.BgClassName
{
background-color: #A17A9D;
}
</style>
border-color css
<style>
span { border-color: #A17A9D; }
span { border-color: rgb(161,122,157); }
td.TdClassName
{
border-color: #A17A9D;
}
.TagClassName
{
border-color: #A17A9D;
}
</style>