Shades of Bouquet #AC709F
Tints of Bouquet #AC709F
RGB
CMYK
RGB Variations
Color information
#AC709F (or 0xAC709F) is known color: Bouquet. HEX triplet: AC, 70 and 9F. RGB value is (172,112,159). Sum of RGB (Red+Green+Blue) = 172+112+159=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC709F is #538F60. Grayscale: #878787. Windows color (decimal): -5476193 or 10449068. OLE color: 10449068.
HSL color Cylindrical-coordinate representation of color #AC709F: hue angle of 313º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC709F is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 159 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.33 |
| HSL | 313º | 0.27% | 0.56% | - |
| HSV(B) | 313º | 0.35% | 0.67% | - |
| XYZ | 29.07 | 22.86 | 35.68 | - |
| YUV | 135.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 159 | 0 | 0.35 | 0.08 | 0.33 | 313 | 0.27 | 0.56 |
| Hex | AC | 70 | 9F | 0 | 23 | 8 | 21 | 139 | 1B | 38 |
| Octal | 254 | 160 | 237 | 0 | 43 | 10 | 41 | 471 | 33 | 70 |
| Binary | 10101100 | 1110000 | 10011111 | 0 | 100011 | 1000 | 100001 | 100111001 | 11011 | 111000 |
Color Harmonies of #AC709F
Complementary color
Monochromatic Colors of #AC709F
Black with #AC709F
Text Example
Text Example
White with #AC709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC709F; }
p { color: rgb(172,112,159); }
H1.HeaderClassName
{
color: #AC709F;
}
.AnyTagClassName
{
color: #AC709F;
}
</style>
background-color css
<style>
a { background-color: #AC709F; }
a { background-color: rgb(172,112,159); }
div.DivClassName
{
background-color: #AC709F;
}
.BgClassName
{
background-color: #AC709F;
}
</style>
border-color css
<style>
span { border-color: #AC709F; }
span { border-color: rgb(172,112,159); }
td.TdClassName
{
border-color: #AC709F;
}
.TagClassName
{
border-color: #AC709F;
}
</style>