Shades of Bouquet #AC77A1
Tints of Bouquet #AC77A1
RGB
CMYK
RGB Variations
Color information
#AC77A1 (or 0xAC77A1) is known color: Bouquet. HEX triplet: AC, 77 and A1. RGB value is (172,119,161). Sum of RGB (Red+Green+Blue) = 172+119+161=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77A1 is #53885E. Grayscale: #8B8B8B. Windows color (decimal): -5474399 or 10581932. OLE color: 10581932.
HSL color Cylindrical-coordinate representation of color #AC77A1: hue angle of 312.45º 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 #AC77A1 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 161 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.33 |
| HSL | 312.45º | 0.24% | 0.57% | - |
| HSV(B) | 312.45º | 0.31% | 0.67% | - |
| XYZ | 30.04 | 24.54 | 36.87 | - |
| YUV | 139.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 161 | 0 | 0.31 | 0.06 | 0.33 | 312.45 | 0.24 | 0.57 |
| Hex | AC | 77 | A1 | 0 | 1F | 6 | 21 | 138 | 18 | 39 |
| Octal | 254 | 167 | 241 | 0 | 37 | 6 | 41 | 470 | 30 | 71 |
| Binary | 10101100 | 1110111 | 10100001 | 0 | 11111 | 110 | 100001 | 100111000 | 11000 | 111001 |
Color Harmonies of #AC77A1
Complementary color
Monochromatic Colors of #AC77A1
Black with #AC77A1
Text Example
Text Example
White with #AC77A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77A1; }
p { color: rgb(172,119,161); }
H1.HeaderClassName
{
color: #AC77A1;
}
.AnyTagClassName
{
color: #AC77A1;
}
</style>
background-color css
<style>
a { background-color: #AC77A1; }
a { background-color: rgb(172,119,161); }
div.DivClassName
{
background-color: #AC77A1;
}
.BgClassName
{
background-color: #AC77A1;
}
</style>
border-color css
<style>
span { border-color: #AC77A1; }
span { border-color: rgb(172,119,161); }
td.TdClassName
{
border-color: #AC77A1;
}
.TagClassName
{
border-color: #AC77A1;
}
</style>