Shades of Bouquet #AC79A1
Tints of Bouquet #AC79A1
RGB
CMYK
RGB Variations
Color information
#AC79A1 (or 0xAC79A1) is known color: Bouquet. HEX triplet: AC, 79 and A1. RGB value is (172,121,161). Sum of RGB (Red+Green+Blue) = 172+121+161=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC79A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC79A1 is #53865E. Grayscale: #8C8C8C. Windows color (decimal): -5473887 or 10582444. OLE color: 10582444.
HSL color Cylindrical-coordinate representation of color #AC79A1: hue angle of 312.94º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC79A1 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 161 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.33 |
| HSL | 312.94º | 0.24% | 0.57% | - |
| HSV(B) | 312.94º | 0.3% | 0.67% | - |
| XYZ | 30.28 | 25.02 | 36.95 | - |
| YUV | 140.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 161 | 0 | 0.30 | 0.06 | 0.33 | 312.94 | 0.24 | 0.57 |
| Hex | AC | 79 | A1 | 0 | 1E | 6 | 21 | 139 | 18 | 39 |
| Octal | 254 | 171 | 241 | 0 | 36 | 6 | 41 | 471 | 30 | 71 |
| Binary | 10101100 | 1111001 | 10100001 | 0 | 11110 | 110 | 100001 | 100111001 | 11000 | 111001 |
Color Harmonies of #AC79A1
Complementary color
Monochromatic Colors of #AC79A1
Black with #AC79A1
Text Example
Text Example
White with #AC79A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC79A1; }
p { color: rgb(172,121,161); }
H1.HeaderClassName
{
color: #AC79A1;
}
.AnyTagClassName
{
color: #AC79A1;
}
</style>
background-color css
<style>
a { background-color: #AC79A1; }
a { background-color: rgb(172,121,161); }
div.DivClassName
{
background-color: #AC79A1;
}
.BgClassName
{
background-color: #AC79A1;
}
</style>
border-color css
<style>
span { border-color: #AC79A1; }
span { border-color: rgb(172,121,161); }
td.TdClassName
{
border-color: #AC79A1;
}
.TagClassName
{
border-color: #AC79A1;
}
</style>