Shades of Bouquet #AC7A9C
Tints of Bouquet #AC7A9C
RGB
CMYK
RGB Variations
Color information
#AC7A9C (or 0xAC7A9C) is known color: Bouquet. HEX triplet: AC, 7A and 9C. RGB value is (172,122,156). Sum of RGB (Red+Green+Blue) = 172+122+156=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A9C is #538563. Grayscale: #8C8C8C. Windows color (decimal): -5473636 or 10255020. OLE color: 10255020.
HSL color Cylindrical-coordinate representation of color #AC7A9C: hue angle of 319.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7A9C is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 156 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.33 |
| HSL | 319.2º | 0.23% | 0.58% | - |
| HSV(B) | 319.2º | 0.29% | 0.67% | - |
| XYZ | 29.97 | 25.09 | 34.72 | - |
| YUV | 140.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 156 | 0 | 0.29 | 0.09 | 0.33 | 319.2 | 0.23 | 0.58 |
| Hex | AC | 7A | 9C | 0 | 1D | 9 | 21 | 13F | 17 | 3A |
| Octal | 254 | 172 | 234 | 0 | 35 | 11 | 41 | 477 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10011100 | 0 | 11101 | 1001 | 100001 | 100111111 | 10111 | 111010 |
Color Harmonies of #AC7A9C
Complementary color
Monochromatic Colors of #AC7A9C
Black with #AC7A9C
Text Example
Text Example
White with #AC7A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A9C; }
p { color: rgb(172,122,156); }
H1.HeaderClassName
{
color: #AC7A9C;
}
.AnyTagClassName
{
color: #AC7A9C;
}
</style>
background-color css
<style>
a { background-color: #AC7A9C; }
a { background-color: rgb(172,122,156); }
div.DivClassName
{
background-color: #AC7A9C;
}
.BgClassName
{
background-color: #AC7A9C;
}
</style>
border-color css
<style>
span { border-color: #AC7A9C; }
span { border-color: rgb(172,122,156); }
td.TdClassName
{
border-color: #AC7A9C;
}
.TagClassName
{
border-color: #AC7A9C;
}
</style>