Shades of Bouquet #AC7C9C
Tints of Bouquet #AC7C9C
RGB
CMYK
RGB Variations
Color information
#AC7C9C (or 0xAC7C9C) is known color: Bouquet. HEX triplet: AC, 7C and 9C. RGB value is (172,124,156). Sum of RGB (Red+Green+Blue) = 172+124+156=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7C9C is #538363. Grayscale: #8D8D8D. Windows color (decimal): -5473124 or 10255532. OLE color: 10255532.
HSL color Cylindrical-coordinate representation of color #AC7C9C: hue angle of 320º 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 #AC7C9C is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 156 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.33 |
| HSL | 320º | 0.22% | 0.58% | - |
| HSV(B) | 320º | 0.28% | 0.67% | - |
| XYZ | 30.22 | 25.59 | 34.8 | - |
| YUV | 142 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 156 | 0 | 0.28 | 0.09 | 0.33 | 320 | 0.22 | 0.58 |
| Hex | AC | 7C | 9C | 0 | 1C | 9 | 21 | 140 | 16 | 3A |
| Octal | 254 | 174 | 234 | 0 | 34 | 11 | 41 | 500 | 26 | 72 |
| Binary | 10101100 | 1111100 | 10011100 | 0 | 11100 | 1001 | 100001 | 101000000 | 10110 | 111010 |
Color Harmonies of #AC7C9C
Complementary color
Monochromatic Colors of #AC7C9C
Black with #AC7C9C
Text Example
Text Example
White with #AC7C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C9C; }
p { color: rgb(172,124,156); }
H1.HeaderClassName
{
color: #AC7C9C;
}
.AnyTagClassName
{
color: #AC7C9C;
}
</style>
background-color css
<style>
a { background-color: #AC7C9C; }
a { background-color: rgb(172,124,156); }
div.DivClassName
{
background-color: #AC7C9C;
}
.BgClassName
{
background-color: #AC7C9C;
}
</style>
border-color css
<style>
span { border-color: #AC7C9C; }
span { border-color: rgb(172,124,156); }
td.TdClassName
{
border-color: #AC7C9C;
}
.TagClassName
{
border-color: #AC7C9C;
}
</style>