Shades of Bouquet #AC739E
Tints of Bouquet #AC739E
RGB
CMYK
RGB Variations
Color information
#AC739E (or 0xAC739E) is known color: Bouquet. HEX triplet: AC, 73 and 9E. RGB value is (172,115,158). Sum of RGB (Red+Green+Blue) = 172+115+158=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC739E is #538C61. Grayscale: #888888. Windows color (decimal): -5475426 or 10384300. OLE color: 10384300.
HSL color Cylindrical-coordinate representation of color #AC739E: hue angle of 314.74º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC739E is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 158 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.33 |
| HSL | 314.74º | 0.26% | 0.56% | - |
| HSV(B) | 314.74º | 0.33% | 0.67% | - |
| XYZ | 29.32 | 23.5 | 35.34 | - |
| YUV | 136.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 158 | 0 | 0.33 | 0.08 | 0.33 | 314.74 | 0.26 | 0.56 |
| Hex | AC | 73 | 9E | 0 | 21 | 8 | 21 | 13B | 1A | 38 |
| Octal | 254 | 163 | 236 | 0 | 41 | 10 | 41 | 473 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10011110 | 0 | 100001 | 1000 | 100001 | 100111011 | 11010 | 111000 |
Color Harmonies of #AC739E
Complementary color
Monochromatic Colors of #AC739E
Black with #AC739E
Text Example
Text Example
White with #AC739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC739E; }
p { color: rgb(172,115,158); }
H1.HeaderClassName
{
color: #AC739E;
}
.AnyTagClassName
{
color: #AC739E;
}
</style>
background-color css
<style>
a { background-color: #AC739E; }
a { background-color: rgb(172,115,158); }
div.DivClassName
{
background-color: #AC739E;
}
.BgClassName
{
background-color: #AC739E;
}
</style>
border-color css
<style>
span { border-color: #AC739E; }
span { border-color: rgb(172,115,158); }
td.TdClassName
{
border-color: #AC739E;
}
.TagClassName
{
border-color: #AC739E;
}
</style>