Shades of Bouquet #AC779D
Tints of Bouquet #AC779D
RGB
CMYK
RGB Variations
Color information
#AC779D (or 0xAC779D) is known color: Bouquet. HEX triplet: AC, 77 and 9D. RGB value is (172,119,157). Sum of RGB (Red+Green+Blue) = 172+119+157=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC779D is #538862. Grayscale: #8B8B8B. Windows color (decimal): -5474403 or 10319788. OLE color: 10319788.
HSL color Cylindrical-coordinate representation of color #AC779D: hue angle of 316.98º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC779D is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 157 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.33 |
| HSL | 316.98º | 0.24% | 0.57% | - |
| HSV(B) | 316.98º | 0.31% | 0.67% | - |
| XYZ | 29.7 | 24.4 | 35.04 | - |
| YUV | 139.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 157 | 0 | 0.31 | 0.09 | 0.33 | 316.98 | 0.24 | 0.57 |
| Hex | AC | 77 | 9D | 0 | 1F | 9 | 21 | 13D | 18 | 39 |
| Octal | 254 | 167 | 235 | 0 | 37 | 11 | 41 | 475 | 30 | 71 |
| Binary | 10101100 | 1110111 | 10011101 | 0 | 11111 | 1001 | 100001 | 100111101 | 11000 | 111001 |
Color Harmonies of #AC779D
Complementary color
Monochromatic Colors of #AC779D
Black with #AC779D
Text Example
Text Example
White with #AC779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC779D; }
p { color: rgb(172,119,157); }
H1.HeaderClassName
{
color: #AC779D;
}
.AnyTagClassName
{
color: #AC779D;
}
</style>
background-color css
<style>
a { background-color: #AC779D; }
a { background-color: rgb(172,119,157); }
div.DivClassName
{
background-color: #AC779D;
}
.BgClassName
{
background-color: #AC779D;
}
</style>
border-color css
<style>
span { border-color: #AC779D; }
span { border-color: rgb(172,119,157); }
td.TdClassName
{
border-color: #AC779D;
}
.TagClassName
{
border-color: #AC779D;
}
</style>