Shades of Bouquet #AC77A3
Tints of Bouquet #AC77A3
RGB
CMYK
RGB Variations
Color information
#AC77A3 (or 0xAC77A3) is known color: Bouquet. HEX triplet: AC, 77 and A3. RGB value is (172,119,163). Sum of RGB (Red+Green+Blue) = 172+119+163=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77A3 is #53885C. Grayscale: #8B8B8B. Windows color (decimal): -5474397 or 10713004. OLE color: 10713004.
HSL color Cylindrical-coordinate representation of color #AC77A3: hue angle of 310.19º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC77A3 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 163 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.33 |
| HSL | 310.19º | 0.24% | 0.57% | - |
| HSV(B) | 310.19º | 0.31% | 0.67% | - |
| XYZ | 30.22 | 24.61 | 37.81 | - |
| YUV | 139.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 163 | 0 | 0.31 | 0.05 | 0.33 | 310.19 | 0.24 | 0.57 |
| Hex | AC | 77 | A3 | 0 | 1F | 5 | 21 | 136 | 18 | 39 |
| Octal | 254 | 167 | 243 | 0 | 37 | 5 | 41 | 466 | 30 | 71 |
| Binary | 10101100 | 1110111 | 10100011 | 0 | 11111 | 101 | 100001 | 100110110 | 11000 | 111001 |
Color Harmonies of #AC77A3
Complementary color
Monochromatic Colors of #AC77A3
Black with #AC77A3
Text Example
Text Example
White with #AC77A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77A3; }
p { color: rgb(172,119,163); }
H1.HeaderClassName
{
color: #AC77A3;
}
.AnyTagClassName
{
color: #AC77A3;
}
</style>
background-color css
<style>
a { background-color: #AC77A3; }
a { background-color: rgb(172,119,163); }
div.DivClassName
{
background-color: #AC77A3;
}
.BgClassName
{
background-color: #AC77A3;
}
</style>
border-color css
<style>
span { border-color: #AC77A3; }
span { border-color: rgb(172,119,163); }
td.TdClassName
{
border-color: #AC77A3;
}
.TagClassName
{
border-color: #AC77A3;
}
</style>