Shades of Bouquet #AC7A9B
Tints of Bouquet #AC7A9B
RGB
CMYK
RGB Variations
Color information
#AC7A9B (or 0xAC7A9B) is known color: Bouquet. HEX triplet: AC, 7A and 9B. RGB value is (172,122,155). Sum of RGB (Red+Green+Blue) = 172+122+155=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A9B is #538564. Grayscale: #8C8C8C. Windows color (decimal): -5473637 or 10189484. OLE color: 10189484.
HSL color Cylindrical-coordinate representation of color #AC7A9B: hue angle of 320.4º 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 #AC7A9B is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 155 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.33 |
| HSL | 320.4º | 0.23% | 0.58% | - |
| HSV(B) | 320.4º | 0.29% | 0.67% | - |
| XYZ | 29.89 | 25.06 | 34.27 | - |
| YUV | 140.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 155 | 0 | 0.29 | 0.10 | 0.33 | 320.4 | 0.23 | 0.58 |
| Hex | AC | 7A | 9B | 0 | 1D | A | 21 | 140 | 17 | 3A |
| Octal | 254 | 172 | 233 | 0 | 35 | 12 | 41 | 500 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10011011 | 0 | 11101 | 1010 | 100001 | 101000000 | 10111 | 111010 |
Color Harmonies of #AC7A9B
Complementary color
Monochromatic Colors of #AC7A9B
Black with #AC7A9B
Text Example
Text Example
White with #AC7A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A9B; }
p { color: rgb(172,122,155); }
H1.HeaderClassName
{
color: #AC7A9B;
}
.AnyTagClassName
{
color: #AC7A9B;
}
</style>
background-color css
<style>
a { background-color: #AC7A9B; }
a { background-color: rgb(172,122,155); }
div.DivClassName
{
background-color: #AC7A9B;
}
.BgClassName
{
background-color: #AC7A9B;
}
</style>
border-color css
<style>
span { border-color: #AC7A9B; }
span { border-color: rgb(172,122,155); }
td.TdClassName
{
border-color: #AC7A9B;
}
.TagClassName
{
border-color: #AC7A9B;
}
</style>