Shades of Bouquet #A1849A
Tints of Bouquet #A1849A
RGB
CMYK
RGB Variations
Color information
#A1849A (or 0xA1849A) is known color: Bouquet. HEX triplet: A1, 84 and 9A. RGB value is (161,132,154). Sum of RGB (Red+Green+Blue) = 161+132+154=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A1849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1849A is #5E7B65. Grayscale: #8F8F8F. Windows color (decimal): -6191974 or 10126497. OLE color: 10126497.
HSL color Cylindrical-coordinate representation of color #A1849A: hue angle of 314.48º 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 #A1849A is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 154 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.37 |
| HSL | 314.48º | 0.13% | 0.57% | - |
| HSV(B) | 314.48º | 0.18% | 0.63% | - |
| XYZ | 28.78 | 26.41 | 34.15 | - |
| YUV | 143.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 154 | 0 | 0.18 | 0.04 | 0.37 | 314.48 | 0.13 | 0.57 |
| Hex | A1 | 84 | 9A | 0 | 12 | 4 | 25 | 13A | D | 39 |
| Octal | 241 | 204 | 232 | 0 | 22 | 4 | 45 | 472 | 15 | 71 |
| Binary | 10100001 | 10000100 | 10011010 | 0 | 10010 | 100 | 100101 | 100111010 | 1101 | 111001 |
Color Harmonies of #A1849A
Complementary color
Monochromatic Colors of #A1849A
Black with #A1849A
Text Example
Text Example
White with #A1849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1849A; }
p { color: rgb(161,132,154); }
H1.HeaderClassName
{
color: #A1849A;
}
.AnyTagClassName
{
color: #A1849A;
}
</style>
background-color css
<style>
a { background-color: #A1849A; }
a { background-color: rgb(161,132,154); }
div.DivClassName
{
background-color: #A1849A;
}
.BgClassName
{
background-color: #A1849A;
}
</style>
border-color css
<style>
span { border-color: #A1849A; }
span { border-color: rgb(161,132,154); }
td.TdClassName
{
border-color: #A1849A;
}
.TagClassName
{
border-color: #A1849A;
}
</style>