Shades of Bouquet #A3849C
Tints of Bouquet #A3849C
RGB
CMYK
RGB Variations
Color information
#A3849C (or 0xA3849C) is known color: Bouquet. HEX triplet: A3, 84 and 9C. RGB value is (163,132,156). Sum of RGB (Red+Green+Blue) = 163+132+156=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A3849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3849C is #5C7B63. Grayscale: #8F8F8F. Windows color (decimal): -6060900 or 10257571. OLE color: 10257571.
HSL color Cylindrical-coordinate representation of color #A3849C: hue angle of 313.55º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3849C is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 156 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.36 |
| HSL | 313.55º | 0.14% | 0.58% | - |
| HSV(B) | 313.55º | 0.19% | 0.64% | - |
| XYZ | 29.36 | 26.69 | 35.06 | - |
| YUV | 144.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 156 | 0 | 0.19 | 0.04 | 0.36 | 313.55 | 0.14 | 0.58 |
| Hex | A3 | 84 | 9C | 0 | 13 | 4 | 24 | 13A | E | 3A |
| Octal | 243 | 204 | 234 | 0 | 23 | 4 | 44 | 472 | 16 | 72 |
| Binary | 10100011 | 10000100 | 10011100 | 0 | 10011 | 100 | 100100 | 100111010 | 1110 | 111010 |
Color Harmonies of #A3849C
Complementary color
Monochromatic Colors of #A3849C
Black with #A3849C
Text Example
Text Example
White with #A3849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3849C; }
p { color: rgb(163,132,156); }
H1.HeaderClassName
{
color: #A3849C;
}
.AnyTagClassName
{
color: #A3849C;
}
</style>
background-color css
<style>
a { background-color: #A3849C; }
a { background-color: rgb(163,132,156); }
div.DivClassName
{
background-color: #A3849C;
}
.BgClassName
{
background-color: #A3849C;
}
</style>
border-color css
<style>
span { border-color: #A3849C; }
span { border-color: rgb(163,132,156); }
td.TdClassName
{
border-color: #A3849C;
}
.TagClassName
{
border-color: #A3849C;
}
</style>