Shades of Bouquet #A4749D
Tints of Bouquet #A4749D
RGB
CMYK
RGB Variations
Color information
#A4749D (or 0xA4749D) is known color: Bouquet. HEX triplet: A4, 74 and 9D. RGB value is (164,116,157). Sum of RGB (Red+Green+Blue) = 164+116+157=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4749D is #5B8B62. Grayscale: #868686. Windows color (decimal): -5999459 or 10319012. OLE color: 10319012.
HSL color Cylindrical-coordinate representation of color #A4749D: hue angle of 308.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4749D is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 157 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.36 |
| HSL | 308.75º | 0.21% | 0.55% | - |
| HSV(B) | 308.75º | 0.29% | 0.64% | - |
| XYZ | 27.64 | 22.82 | 34.85 | - |
| YUV | 135.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 157 | 0 | 0.29 | 0.04 | 0.36 | 308.75 | 0.21 | 0.55 |
| Hex | A4 | 74 | 9D | 0 | 1D | 4 | 24 | 135 | 15 | 37 |
| Octal | 244 | 164 | 235 | 0 | 35 | 4 | 44 | 465 | 25 | 67 |
| Binary | 10100100 | 1110100 | 10011101 | 0 | 11101 | 100 | 100100 | 100110101 | 10101 | 110111 |
Color Harmonies of #A4749D
Complementary color
Monochromatic Colors of #A4749D
Black with #A4749D
Text Example
Text Example
White with #A4749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4749D; }
p { color: rgb(164,116,157); }
H1.HeaderClassName
{
color: #A4749D;
}
.AnyTagClassName
{
color: #A4749D;
}
</style>
background-color css
<style>
a { background-color: #A4749D; }
a { background-color: rgb(164,116,157); }
div.DivClassName
{
background-color: #A4749D;
}
.BgClassName
{
background-color: #A4749D;
}
</style>
border-color css
<style>
span { border-color: #A4749D; }
span { border-color: rgb(164,116,157); }
td.TdClassName
{
border-color: #A4749D;
}
.TagClassName
{
border-color: #A4749D;
}
</style>