Shades of Bouquet #A0849A
Tints of Bouquet #A0849A
RGB
CMYK
RGB Variations
Color information
#A0849A (or 0xA0849A) is known color: Bouquet. HEX triplet: A0, 84 and 9A. RGB value is (160,132,154). Sum of RGB (Red+Green+Blue) = 160+132+154=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A0849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0849A is #5F7B65. Grayscale: #8E8E8E. Windows color (decimal): -6257510 or 10126496. OLE color: 10126496.
HSL color Cylindrical-coordinate representation of color #A0849A: hue angle of 312.86º 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 #A0849A is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 154 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.37 |
| HSL | 312.86º | 0.13% | 0.57% | - |
| HSV(B) | 312.86º | 0.18% | 0.63% | - |
| XYZ | 28.58 | 26.31 | 34.14 | - |
| YUV | 142.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 154 | 0 | 0.17 | 0.04 | 0.37 | 312.86 | 0.13 | 0.57 |
| Hex | A0 | 84 | 9A | 0 | 11 | 4 | 25 | 139 | D | 39 |
| Octal | 240 | 204 | 232 | 0 | 21 | 4 | 45 | 471 | 15 | 71 |
| Binary | 10100000 | 10000100 | 10011010 | 0 | 10001 | 100 | 100101 | 100111001 | 1101 | 111001 |
Color Harmonies of #A0849A
Complementary color
Monochromatic Colors of #A0849A
Black with #A0849A
Text Example
Text Example
White with #A0849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0849A; }
p { color: rgb(160,132,154); }
H1.HeaderClassName
{
color: #A0849A;
}
.AnyTagClassName
{
color: #A0849A;
}
</style>
background-color css
<style>
a { background-color: #A0849A; }
a { background-color: rgb(160,132,154); }
div.DivClassName
{
background-color: #A0849A;
}
.BgClassName
{
background-color: #A0849A;
}
</style>
border-color css
<style>
span { border-color: #A0849A; }
span { border-color: rgb(160,132,154); }
td.TdClassName
{
border-color: #A0849A;
}
.TagClassName
{
border-color: #A0849A;
}
</style>