Shades of Bouquet #AC769D
Tints of Bouquet #AC769D
RGB
CMYK
RGB Variations
Color information
#AC769D (or 0xAC769D) is known color: Bouquet. HEX triplet: AC, 76 and 9D. RGB value is (172,118,157). Sum of RGB (Red+Green+Blue) = 172+118+157=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC769D is #538962. Grayscale: #8A8A8A. Windows color (decimal): -5474659 or 10319532. OLE color: 10319532.
HSL color Cylindrical-coordinate representation of color #AC769D: hue angle of 316.67º degrees, saturation: 0.25, 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 #AC769D is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 157 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.33 |
| HSL | 316.67º | 0.25% | 0.57% | - |
| HSV(B) | 316.67º | 0.31% | 0.67% | - |
| XYZ | 29.58 | 24.16 | 35 | - |
| YUV | 138.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 157 | 0 | 0.31 | 0.09 | 0.33 | 316.67 | 0.25 | 0.57 |
| Hex | AC | 76 | 9D | 0 | 1F | 9 | 21 | 13D | 19 | 39 |
| Octal | 254 | 166 | 235 | 0 | 37 | 11 | 41 | 475 | 31 | 71 |
| Binary | 10101100 | 1110110 | 10011101 | 0 | 11111 | 1001 | 100001 | 100111101 | 11001 | 111001 |
Color Harmonies of #AC769D
Complementary color
Monochromatic Colors of #AC769D
Black with #AC769D
Text Example
Text Example
White with #AC769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC769D; }
p { color: rgb(172,118,157); }
H1.HeaderClassName
{
color: #AC769D;
}
.AnyTagClassName
{
color: #AC769D;
}
</style>
background-color css
<style>
a { background-color: #AC769D; }
a { background-color: rgb(172,118,157); }
div.DivClassName
{
background-color: #AC769D;
}
.BgClassName
{
background-color: #AC769D;
}
</style>
border-color css
<style>
span { border-color: #AC769D; }
span { border-color: rgb(172,118,157); }
td.TdClassName
{
border-color: #AC769D;
}
.TagClassName
{
border-color: #AC769D;
}
</style>