Shades of Bouquet #AC7C94
Tints of Bouquet #AC7C94
RGB
CMYK
RGB Variations
Color information
#AC7C94 (or 0xAC7C94) is known color: Bouquet. HEX triplet: AC, 7C and 94. RGB value is (172,124,148). Sum of RGB (Red+Green+Blue) = 172+124+148=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7C94 is #53836B. Grayscale: #8D8D8D. Windows color (decimal): -5473132 or 9731244. OLE color: 9731244.
HSL color Cylindrical-coordinate representation of color #AC7C94: hue angle of 330º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7C94 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 148 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.33 |
| HSL | 330º | 0.22% | 0.58% | - |
| HSV(B) | 330º | 0.28% | 0.67% | - |
| XYZ | 29.57 | 25.32 | 31.35 | - |
| YUV | 141.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 148 | 0 | 0.28 | 0.14 | 0.33 | 330 | 0.22 | 0.58 |
| Hex | AC | 7C | 94 | 0 | 1C | E | 21 | 14A | 16 | 3A |
| Octal | 254 | 174 | 224 | 0 | 34 | 16 | 41 | 512 | 26 | 72 |
| Binary | 10101100 | 1111100 | 10010100 | 0 | 11100 | 1110 | 100001 | 101001010 | 10110 | 111010 |
Color Harmonies of #AC7C94
Complementary color
Monochromatic Colors of #AC7C94
Black with #AC7C94
Text Example
Text Example
White with #AC7C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C94; }
p { color: rgb(172,124,148); }
H1.HeaderClassName
{
color: #AC7C94;
}
.AnyTagClassName
{
color: #AC7C94;
}
</style>
background-color css
<style>
a { background-color: #AC7C94; }
a { background-color: rgb(172,124,148); }
div.DivClassName
{
background-color: #AC7C94;
}
.BgClassName
{
background-color: #AC7C94;
}
</style>
border-color css
<style>
span { border-color: #AC7C94; }
span { border-color: rgb(172,124,148); }
td.TdClassName
{
border-color: #AC7C94;
}
.TagClassName
{
border-color: #AC7C94;
}
</style>