Shades of Bouquet #AC72A0
Tints of Bouquet #AC72A0
RGB
CMYK
RGB Variations
Color information
#AC72A0 (or 0xAC72A0) is known color: Bouquet. HEX triplet: AC, 72 and A0. RGB value is (172,114,160). Sum of RGB (Red+Green+Blue) = 172+114+160=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC72A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC72A0 is #538D5F. Grayscale: #888888. Windows color (decimal): -5475680 or 10515116. OLE color: 10515116.
HSL color Cylindrical-coordinate representation of color #AC72A0: hue angle of 312.41º 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 #AC72A0 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 160 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.33 |
| HSL | 312.41º | 0.26% | 0.56% | - |
| HSV(B) | 312.41º | 0.34% | 0.67% | - |
| XYZ | 29.38 | 23.34 | 36.22 | - |
| YUV | 136.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 160 | 0 | 0.34 | 0.07 | 0.33 | 312.41 | 0.26 | 0.56 |
| Hex | AC | 72 | A0 | 0 | 22 | 7 | 21 | 138 | 1A | 38 |
| Octal | 254 | 162 | 240 | 0 | 42 | 7 | 41 | 470 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10100000 | 0 | 100010 | 111 | 100001 | 100111000 | 11010 | 111000 |
Color Harmonies of #AC72A0
Complementary color
Monochromatic Colors of #AC72A0
Black with #AC72A0
Text Example
Text Example
White with #AC72A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC72A0; }
p { color: rgb(172,114,160); }
H1.HeaderClassName
{
color: #AC72A0;
}
.AnyTagClassName
{
color: #AC72A0;
}
</style>
background-color css
<style>
a { background-color: #AC72A0; }
a { background-color: rgb(172,114,160); }
div.DivClassName
{
background-color: #AC72A0;
}
.BgClassName
{
background-color: #AC72A0;
}
</style>
border-color css
<style>
span { border-color: #AC72A0; }
span { border-color: rgb(172,114,160); }
td.TdClassName
{
border-color: #AC72A0;
}
.TagClassName
{
border-color: #AC72A0;
}
</style>