Shades of Bouquet #AC7CA0
Tints of Bouquet #AC7CA0
RGB
CMYK
RGB Variations
Color information
#AC7CA0 (or 0xAC7CA0) is known color: Bouquet. HEX triplet: AC, 7C and A0. RGB value is (172,124,160). Sum of RGB (Red+Green+Blue) = 172+124+160=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CA0 is #53835F. Grayscale: #8E8E8E. Windows color (decimal): -5473120 or 10517676. OLE color: 10517676.
HSL color Cylindrical-coordinate representation of color #AC7CA0: hue angle of 315º 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 #AC7CA0 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 160 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.33 |
| HSL | 315º | 0.22% | 0.58% | - |
| HSV(B) | 315º | 0.28% | 0.67% | - |
| XYZ | 30.57 | 25.72 | 36.61 | - |
| YUV | 142.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 160 | 0 | 0.28 | 0.07 | 0.33 | 315 | 0.22 | 0.58 |
| Hex | AC | 7C | A0 | 0 | 1C | 7 | 21 | 13B | 16 | 3A |
| Octal | 254 | 174 | 240 | 0 | 34 | 7 | 41 | 473 | 26 | 72 |
| Binary | 10101100 | 1111100 | 10100000 | 0 | 11100 | 111 | 100001 | 100111011 | 10110 | 111010 |
Color Harmonies of #AC7CA0
Complementary color
Monochromatic Colors of #AC7CA0
Black with #AC7CA0
Text Example
Text Example
White with #AC7CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CA0; }
p { color: rgb(172,124,160); }
H1.HeaderClassName
{
color: #AC7CA0;
}
.AnyTagClassName
{
color: #AC7CA0;
}
</style>
background-color css
<style>
a { background-color: #AC7CA0; }
a { background-color: rgb(172,124,160); }
div.DivClassName
{
background-color: #AC7CA0;
}
.BgClassName
{
background-color: #AC7CA0;
}
</style>
border-color css
<style>
span { border-color: #AC7CA0; }
span { border-color: rgb(172,124,160); }
td.TdClassName
{
border-color: #AC7CA0;
}
.TagClassName
{
border-color: #AC7CA0;
}
</style>