Shades of Bouquet #AC7A9D
Tints of Bouquet #AC7A9D
RGB
CMYK
RGB Variations
Color information
#AC7A9D (or 0xAC7A9D) is known color: Bouquet. HEX triplet: AC, 7A and 9D. RGB value is (172,122,157). Sum of RGB (Red+Green+Blue) = 172+122+157=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A9D is #538562. Grayscale: #8C8C8C. Windows color (decimal): -5473635 or 10320556. OLE color: 10320556.
HSL color Cylindrical-coordinate representation of color #AC7A9D: hue angle of 318º 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 #AC7A9D is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 157 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.33 |
| HSL | 318º | 0.23% | 0.58% | - |
| HSV(B) | 318º | 0.29% | 0.67% | - |
| XYZ | 30.06 | 25.12 | 35.16 | - |
| YUV | 140.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 157 | 0 | 0.29 | 0.09 | 0.33 | 318 | 0.23 | 0.58 |
| Hex | AC | 7A | 9D | 0 | 1D | 9 | 21 | 13E | 17 | 3A |
| Octal | 254 | 172 | 235 | 0 | 35 | 11 | 41 | 476 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10011101 | 0 | 11101 | 1001 | 100001 | 100111110 | 10111 | 111010 |
Color Harmonies of #AC7A9D
Complementary color
Monochromatic Colors of #AC7A9D
Black with #AC7A9D
Text Example
Text Example
White with #AC7A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A9D; }
p { color: rgb(172,122,157); }
H1.HeaderClassName
{
color: #AC7A9D;
}
.AnyTagClassName
{
color: #AC7A9D;
}
</style>
background-color css
<style>
a { background-color: #AC7A9D; }
a { background-color: rgb(172,122,157); }
div.DivClassName
{
background-color: #AC7A9D;
}
.BgClassName
{
background-color: #AC7A9D;
}
</style>
border-color css
<style>
span { border-color: #AC7A9D; }
span { border-color: rgb(172,122,157); }
td.TdClassName
{
border-color: #AC7A9D;
}
.TagClassName
{
border-color: #AC7A9D;
}
</style>