Shades of Bouquet #AC7B9E
Tints of Bouquet #AC7B9E
RGB
CMYK
RGB Variations
Color information
#AC7B9E (or 0xAC7B9E) is known color: Bouquet. HEX triplet: AC, 7B and 9E. RGB value is (172,123,158). Sum of RGB (Red+Green+Blue) = 172+123+158=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B9E is #538461. Grayscale: #8D8D8D. Windows color (decimal): -5473378 or 10386348. OLE color: 10386348.
HSL color Cylindrical-coordinate representation of color #AC7B9E: hue angle of 317.14º degrees, saturation: 0.23, 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 #AC7B9E is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 158 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.33 |
| HSL | 317.14º | 0.23% | 0.58% | - |
| HSV(B) | 317.14º | 0.28% | 0.67% | - |
| XYZ | 30.27 | 25.41 | 35.66 | - |
| YUV | 141.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 158 | 0 | 0.28 | 0.08 | 0.33 | 317.14 | 0.23 | 0.58 |
| Hex | AC | 7B | 9E | 0 | 1C | 8 | 21 | 13D | 17 | 3A |
| Octal | 254 | 173 | 236 | 0 | 34 | 10 | 41 | 475 | 27 | 72 |
| Binary | 10101100 | 1111011 | 10011110 | 0 | 11100 | 1000 | 100001 | 100111101 | 10111 | 111010 |
Color Harmonies of #AC7B9E
Complementary color
Monochromatic Colors of #AC7B9E
Black with #AC7B9E
Text Example
Text Example
White with #AC7B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B9E; }
p { color: rgb(172,123,158); }
H1.HeaderClassName
{
color: #AC7B9E;
}
.AnyTagClassName
{
color: #AC7B9E;
}
</style>
background-color css
<style>
a { background-color: #AC7B9E; }
a { background-color: rgb(172,123,158); }
div.DivClassName
{
background-color: #AC7B9E;
}
.BgClassName
{
background-color: #AC7B9E;
}
</style>
border-color css
<style>
span { border-color: #AC7B9E; }
span { border-color: rgb(172,123,158); }
td.TdClassName
{
border-color: #AC7B9E;
}
.TagClassName
{
border-color: #AC7B9E;
}
</style>