Shades of Bouquet #AC719E
Tints of Bouquet #AC719E
RGB
CMYK
RGB Variations
Color information
#AC719E (or 0xAC719E) is known color: Bouquet. HEX triplet: AC, 71 and 9E. RGB value is (172,113,158). Sum of RGB (Red+Green+Blue) = 172+113+158=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC719E is #538E61. Grayscale: #878787. Windows color (decimal): -5475938 or 10383788. OLE color: 10383788.
HSL color Cylindrical-coordinate representation of color #AC719E: hue angle of 314.24º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC719E is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 158 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.33 |
| HSL | 314.24º | 0.26% | 0.56% | - |
| HSV(B) | 314.24º | 0.34% | 0.67% | - |
| XYZ | 29.09 | 23.05 | 35.26 | - |
| YUV | 135.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 158 | 0 | 0.34 | 0.08 | 0.33 | 314.24 | 0.26 | 0.56 |
| Hex | AC | 71 | 9E | 0 | 22 | 8 | 21 | 13A | 1A | 38 |
| Octal | 254 | 161 | 236 | 0 | 42 | 10 | 41 | 472 | 32 | 70 |
| Binary | 10101100 | 1110001 | 10011110 | 0 | 100010 | 1000 | 100001 | 100111010 | 11010 | 111000 |
Color Harmonies of #AC719E
Complementary color
Monochromatic Colors of #AC719E
Black with #AC719E
Text Example
Text Example
White with #AC719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC719E; }
p { color: rgb(172,113,158); }
H1.HeaderClassName
{
color: #AC719E;
}
.AnyTagClassName
{
color: #AC719E;
}
</style>
background-color css
<style>
a { background-color: #AC719E; }
a { background-color: rgb(172,113,158); }
div.DivClassName
{
background-color: #AC719E;
}
.BgClassName
{
background-color: #AC719E;
}
</style>
border-color css
<style>
span { border-color: #AC719E; }
span { border-color: rgb(172,113,158); }
td.TdClassName
{
border-color: #AC719E;
}
.TagClassName
{
border-color: #AC719E;
}
</style>