Shades of Bouquet #A4849D
Tints of Bouquet #A4849D
RGB
CMYK
RGB Variations
Color information
#A4849D (or 0xA4849D) is known color: Bouquet. HEX triplet: A4, 84 and 9D. RGB value is (164,132,157). Sum of RGB (Red+Green+Blue) = 164+132+157=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A4849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4849D is #5B7B62. Grayscale: #909090. Windows color (decimal): -5995363 or 10323108. OLE color: 10323108.
HSL color Cylindrical-coordinate representation of color #A4849D: hue angle of 313.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4849D is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 157 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.36 |
| HSL | 313.13º | 0.15% | 0.58% | - |
| HSV(B) | 313.13º | 0.2% | 0.64% | - |
| XYZ | 29.65 | 26.83 | 35.51 | - |
| YUV | 144.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 157 | 0 | 0.20 | 0.04 | 0.36 | 313.13 | 0.15 | 0.58 |
| Hex | A4 | 84 | 9D | 0 | 14 | 4 | 24 | 139 | F | 3A |
| Octal | 244 | 204 | 235 | 0 | 24 | 4 | 44 | 471 | 17 | 72 |
| Binary | 10100100 | 10000100 | 10011101 | 0 | 10100 | 100 | 100100 | 100111001 | 1111 | 111010 |
Color Harmonies of #A4849D
Complementary color
Monochromatic Colors of #A4849D
Black with #A4849D
Text Example
Text Example
White with #A4849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4849D; }
p { color: rgb(164,132,157); }
H1.HeaderClassName
{
color: #A4849D;
}
.AnyTagClassName
{
color: #A4849D;
}
</style>
background-color css
<style>
a { background-color: #A4849D; }
a { background-color: rgb(164,132,157); }
div.DivClassName
{
background-color: #A4849D;
}
.BgClassName
{
background-color: #A4849D;
}
</style>
border-color css
<style>
span { border-color: #A4849D; }
span { border-color: rgb(164,132,157); }
td.TdClassName
{
border-color: #A4849D;
}
.TagClassName
{
border-color: #A4849D;
}
</style>