Shades of Bouquet #AC7299
Tints of Bouquet #AC7299
RGB
CMYK
RGB Variations
Color information
#AC7299 (or 0xAC7299) is known color: Bouquet. HEX triplet: AC, 72 and 99. RGB value is (172,114,153). Sum of RGB (Red+Green+Blue) = 172+114+153=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7299 is #538D66. Grayscale: #878787. Windows color (decimal): -5475687 or 10056364. OLE color: 10056364.
HSL color Cylindrical-coordinate representation of color #AC7299: hue angle of 319.66º 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 #AC7299 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 153 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.33 |
| HSL | 319.66º | 0.26% | 0.56% | - |
| HSV(B) | 319.66º | 0.34% | 0.67% | - |
| XYZ | 28.78 | 23.11 | 33.08 | - |
| YUV | 135.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 153 | 0 | 0.34 | 0.11 | 0.33 | 319.66 | 0.26 | 0.56 |
| Hex | AC | 72 | 99 | 0 | 22 | B | 21 | 140 | 1A | 38 |
| Octal | 254 | 162 | 231 | 0 | 42 | 13 | 41 | 500 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10011001 | 0 | 100010 | 1011 | 100001 | 101000000 | 11010 | 111000 |
Color Harmonies of #AC7299
Complementary color
Monochromatic Colors of #AC7299
Black with #AC7299
Text Example
Text Example
White with #AC7299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7299; }
p { color: rgb(172,114,153); }
H1.HeaderClassName
{
color: #AC7299;
}
.AnyTagClassName
{
color: #AC7299;
}
</style>
background-color css
<style>
a { background-color: #AC7299; }
a { background-color: rgb(172,114,153); }
div.DivClassName
{
background-color: #AC7299;
}
.BgClassName
{
background-color: #AC7299;
}
</style>
border-color css
<style>
span { border-color: #AC7299; }
span { border-color: rgb(172,114,153); }
td.TdClassName
{
border-color: #AC7299;
}
.TagClassName
{
border-color: #AC7299;
}
</style>