Shades of Bouquet #A4749C
Tints of Bouquet #A4749C
RGB
CMYK
RGB Variations
Color information
#A4749C (or 0xA4749C) is known color: Bouquet. HEX triplet: A4, 74 and 9C. RGB value is (164,116,156). Sum of RGB (Red+Green+Blue) = 164+116+156=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4749C is #5B8B63. Grayscale: #868686. Windows color (decimal): -5999460 or 10253476. OLE color: 10253476.
HSL color Cylindrical-coordinate representation of color #A4749C: hue angle of 310º 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 #A4749C is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 156 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.36 |
| HSL | 310º | 0.21% | 0.55% | - |
| HSV(B) | 310º | 0.29% | 0.64% | - |
| XYZ | 27.56 | 22.78 | 34.4 | - |
| YUV | 134.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 156 | 0 | 0.29 | 0.05 | 0.36 | 310 | 0.21 | 0.55 |
| Hex | A4 | 74 | 9C | 0 | 1D | 5 | 24 | 136 | 15 | 37 |
| Octal | 244 | 164 | 234 | 0 | 35 | 5 | 44 | 466 | 25 | 67 |
| Binary | 10100100 | 1110100 | 10011100 | 0 | 11101 | 101 | 100100 | 100110110 | 10101 | 110111 |
Color Harmonies of #A4749C
Complementary color
Monochromatic Colors of #A4749C
Black with #A4749C
Text Example
Text Example
White with #A4749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4749C; }
p { color: rgb(164,116,156); }
H1.HeaderClassName
{
color: #A4749C;
}
.AnyTagClassName
{
color: #A4749C;
}
</style>
background-color css
<style>
a { background-color: #A4749C; }
a { background-color: rgb(164,116,156); }
div.DivClassName
{
background-color: #A4749C;
}
.BgClassName
{
background-color: #A4749C;
}
</style>
border-color css
<style>
span { border-color: #A4749C; }
span { border-color: rgb(164,116,156); }
td.TdClassName
{
border-color: #A4749C;
}
.TagClassName
{
border-color: #A4749C;
}
</style>