Shades of Bouquet #A1849D
Tints of Bouquet #A1849D
RGB
CMYK
RGB Variations
Color information
#A1849D (or 0xA1849D) is known color: Bouquet. HEX triplet: A1, 84 and 9D. RGB value is (161,132,157). Sum of RGB (Red+Green+Blue) = 161+132+157=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A1849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1849D is #5E7B62. Grayscale: #8F8F8F. Windows color (decimal): -6191971 or 10323105. OLE color: 10323105.
HSL color Cylindrical-coordinate representation of color #A1849D: hue angle of 308.28º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1849D is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 157 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.37 |
| HSL | 308.28º | 0.13% | 0.57% | - |
| HSV(B) | 308.28º | 0.18% | 0.63% | - |
| XYZ | 29.04 | 26.51 | 35.49 | - |
| YUV | 143.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 157 | 0 | 0.18 | 0.02 | 0.37 | 308.28 | 0.13 | 0.57 |
| Hex | A1 | 84 | 9D | 0 | 12 | 2 | 25 | 134 | D | 39 |
| Octal | 241 | 204 | 235 | 0 | 22 | 2 | 45 | 464 | 15 | 71 |
| Binary | 10100001 | 10000100 | 10011101 | 0 | 10010 | 10 | 100101 | 100110100 | 1101 | 111001 |
Color Harmonies of #A1849D
Complementary color
Monochromatic Colors of #A1849D
Black with #A1849D
Text Example
Text Example
White with #A1849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1849D; }
p { color: rgb(161,132,157); }
H1.HeaderClassName
{
color: #A1849D;
}
.AnyTagClassName
{
color: #A1849D;
}
</style>
background-color css
<style>
a { background-color: #A1849D; }
a { background-color: rgb(161,132,157); }
div.DivClassName
{
background-color: #A1849D;
}
.BgClassName
{
background-color: #A1849D;
}
</style>
border-color css
<style>
span { border-color: #A1849D; }
span { border-color: rgb(161,132,157); }
td.TdClassName
{
border-color: #A1849D;
}
.TagClassName
{
border-color: #A1849D;
}
</style>