Shades of Bouquet #A3849A
Tints of Bouquet #A3849A
RGB
CMYK
RGB Variations
Color information
#A3849A (or 0xA3849A) is known color: Bouquet. HEX triplet: A3, 84 and 9A. RGB value is (163,132,154). Sum of RGB (Red+Green+Blue) = 163+132+154=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3849A is #5C7B65. Grayscale: #8F8F8F. Windows color (decimal): -6060902 or 10126499. OLE color: 10126499.
HSL color Cylindrical-coordinate representation of color #A3849A: hue angle of 317.42º 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 #A3849A is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 154 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.36 |
| HSL | 317.42º | 0.14% | 0.58% | - |
| HSV(B) | 317.42º | 0.19% | 0.64% | - |
| XYZ | 29.19 | 26.62 | 34.17 | - |
| YUV | 143.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 154 | 0 | 0.19 | 0.06 | 0.36 | 317.42 | 0.14 | 0.58 |
| Hex | A3 | 84 | 9A | 0 | 13 | 6 | 24 | 13D | E | 3A |
| Octal | 243 | 204 | 232 | 0 | 23 | 6 | 44 | 475 | 16 | 72 |
| Binary | 10100011 | 10000100 | 10011010 | 0 | 10011 | 110 | 100100 | 100111101 | 1110 | 111010 |
Color Harmonies of #A3849A
Complementary color
Monochromatic Colors of #A3849A
Black with #A3849A
Text Example
Text Example
White with #A3849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3849A; }
p { color: rgb(163,132,154); }
H1.HeaderClassName
{
color: #A3849A;
}
.AnyTagClassName
{
color: #A3849A;
}
</style>
background-color css
<style>
a { background-color: #A3849A; }
a { background-color: rgb(163,132,154); }
div.DivClassName
{
background-color: #A3849A;
}
.BgClassName
{
background-color: #A3849A;
}
</style>
border-color css
<style>
span { border-color: #A3849A; }
span { border-color: rgb(163,132,154); }
td.TdClassName
{
border-color: #A3849A;
}
.TagClassName
{
border-color: #A3849A;
}
</style>