Shades of Bouquet #AC7BA1
Tints of Bouquet #AC7BA1
RGB
CMYK
RGB Variations
Color information
#AC7BA1 (or 0xAC7BA1) is known color: Bouquet. HEX triplet: AC, 7B and A1. RGB value is (172,123,161). Sum of RGB (Red+Green+Blue) = 172+123+161=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BA1 is #53845E. Grayscale: #8D8D8D. Windows color (decimal): -5473375 or 10582956. OLE color: 10582956.
HSL color Cylindrical-coordinate representation of color #AC7BA1: hue angle of 313.47º 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 #AC7BA1 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 161 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.33 |
| HSL | 313.47º | 0.23% | 0.58% | - |
| HSV(B) | 313.47º | 0.28% | 0.67% | - |
| XYZ | 30.53 | 25.51 | 37.03 | - |
| YUV | 141.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 161 | 0 | 0.28 | 0.06 | 0.33 | 313.47 | 0.23 | 0.58 |
| Hex | AC | 7B | A1 | 0 | 1C | 6 | 21 | 139 | 17 | 3A |
| Octal | 254 | 173 | 241 | 0 | 34 | 6 | 41 | 471 | 27 | 72 |
| Binary | 10101100 | 1111011 | 10100001 | 0 | 11100 | 110 | 100001 | 100111001 | 10111 | 111010 |
Color Harmonies of #AC7BA1
Complementary color
Monochromatic Colors of #AC7BA1
Black with #AC7BA1
Text Example
Text Example
White with #AC7BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BA1; }
p { color: rgb(172,123,161); }
H1.HeaderClassName
{
color: #AC7BA1;
}
.AnyTagClassName
{
color: #AC7BA1;
}
</style>
background-color css
<style>
a { background-color: #AC7BA1; }
a { background-color: rgb(172,123,161); }
div.DivClassName
{
background-color: #AC7BA1;
}
.BgClassName
{
background-color: #AC7BA1;
}
</style>
border-color css
<style>
span { border-color: #AC7BA1; }
span { border-color: rgb(172,123,161); }
td.TdClassName
{
border-color: #AC7BA1;
}
.TagClassName
{
border-color: #AC7BA1;
}
</style>