Shades of Bouquet #AC709A
Tints of Bouquet #AC709A
RGB
CMYK
RGB Variations
Color information
#AC709A (or 0xAC709A) is known color: Bouquet. HEX triplet: AC, 70 and 9A. RGB value is (172,112,154). Sum of RGB (Red+Green+Blue) = 172+112+154=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC709A is #538F65. Grayscale: #868686. Windows color (decimal): -5476198 or 10121388. OLE color: 10121388.
HSL color Cylindrical-coordinate representation of color #AC709A: hue angle of 318º 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 #AC709A is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 154 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.33 |
| HSL | 318º | 0.27% | 0.56% | - |
| HSV(B) | 318º | 0.35% | 0.67% | - |
| XYZ | 28.64 | 22.69 | 33.44 | - |
| YUV | 134.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 154 | 0 | 0.35 | 0.10 | 0.33 | 318 | 0.27 | 0.56 |
| Hex | AC | 70 | 9A | 0 | 23 | A | 21 | 13E | 1B | 38 |
| Octal | 254 | 160 | 232 | 0 | 43 | 12 | 41 | 476 | 33 | 70 |
| Binary | 10101100 | 1110000 | 10011010 | 0 | 100011 | 1010 | 100001 | 100111110 | 11011 | 111000 |
Color Harmonies of #AC709A
Complementary color
Monochromatic Colors of #AC709A
Black with #AC709A
Text Example
Text Example
White with #AC709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC709A; }
p { color: rgb(172,112,154); }
H1.HeaderClassName
{
color: #AC709A;
}
.AnyTagClassName
{
color: #AC709A;
}
</style>
background-color css
<style>
a { background-color: #AC709A; }
a { background-color: rgb(172,112,154); }
div.DivClassName
{
background-color: #AC709A;
}
.BgClassName
{
background-color: #AC709A;
}
</style>
border-color css
<style>
span { border-color: #AC709A; }
span { border-color: rgb(172,112,154); }
td.TdClassName
{
border-color: #AC709A;
}
.TagClassName
{
border-color: #AC709A;
}
</style>