Shades of Bouquet #AC7099
Tints of Bouquet #AC7099
RGB
CMYK
RGB Variations
Color information
#AC7099 (or 0xAC7099) is known color: Bouquet. HEX triplet: AC, 70 and 99. RGB value is (172,112,153). Sum of RGB (Red+Green+Blue) = 172+112+153=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7099 is #538F66. Grayscale: #868686. Windows color (decimal): -5476199 or 10055852. OLE color: 10055852.
HSL color Cylindrical-coordinate representation of color #AC7099: hue angle of 319º 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 #AC7099 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 153 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.33 |
| HSL | 319º | 0.27% | 0.56% | - |
| HSV(B) | 319º | 0.35% | 0.67% | - |
| XYZ | 28.56 | 22.66 | 33.01 | - |
| YUV | 134.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 153 | 0 | 0.35 | 0.11 | 0.33 | 319 | 0.27 | 0.56 |
| Hex | AC | 70 | 99 | 0 | 23 | B | 21 | 13F | 1B | 38 |
| Octal | 254 | 160 | 231 | 0 | 43 | 13 | 41 | 477 | 33 | 70 |
| Binary | 10101100 | 1110000 | 10011001 | 0 | 100011 | 1011 | 100001 | 100111111 | 11011 | 111000 |
Color Harmonies of #AC7099
Complementary color
Monochromatic Colors of #AC7099
Black with #AC7099
Text Example
Text Example
White with #AC7099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7099; }
p { color: rgb(172,112,153); }
H1.HeaderClassName
{
color: #AC7099;
}
.AnyTagClassName
{
color: #AC7099;
}
</style>
background-color css
<style>
a { background-color: #AC7099; }
a { background-color: rgb(172,112,153); }
div.DivClassName
{
background-color: #AC7099;
}
.BgClassName
{
background-color: #AC7099;
}
</style>
border-color css
<style>
span { border-color: #AC7099; }
span { border-color: rgb(172,112,153); }
td.TdClassName
{
border-color: #AC7099;
}
.TagClassName
{
border-color: #AC7099;
}
</style>