Shades of Bouquet #AC789E
Tints of Bouquet #AC789E
RGB
CMYK
RGB Variations
Color information
#AC789E (or 0xAC789E) is known color: Bouquet. HEX triplet: AC, 78 and 9E. RGB value is (172,120,158). Sum of RGB (Red+Green+Blue) = 172+120+158=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC789E is #538761. Grayscale: #8B8B8B. Windows color (decimal): -5474146 or 10385580. OLE color: 10385580.
HSL color Cylindrical-coordinate representation of color #AC789E: hue angle of 316.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC789E is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 158 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.33 |
| HSL | 316.15º | 0.24% | 0.57% | - |
| HSV(B) | 316.15º | 0.3% | 0.67% | - |
| XYZ | 29.9 | 24.67 | 35.53 | - |
| YUV | 139.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 158 | 0 | 0.30 | 0.08 | 0.33 | 316.15 | 0.24 | 0.57 |
| Hex | AC | 78 | 9E | 0 | 1E | 8 | 21 | 13C | 18 | 39 |
| Octal | 254 | 170 | 236 | 0 | 36 | 10 | 41 | 474 | 30 | 71 |
| Binary | 10101100 | 1111000 | 10011110 | 0 | 11110 | 1000 | 100001 | 100111100 | 11000 | 111001 |
Color Harmonies of #AC789E
Complementary color
Monochromatic Colors of #AC789E
Black with #AC789E
Text Example
Text Example
White with #AC789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC789E; }
p { color: rgb(172,120,158); }
H1.HeaderClassName
{
color: #AC789E;
}
.AnyTagClassName
{
color: #AC789E;
}
</style>
background-color css
<style>
a { background-color: #AC789E; }
a { background-color: rgb(172,120,158); }
div.DivClassName
{
background-color: #AC789E;
}
.BgClassName
{
background-color: #AC789E;
}
</style>
border-color css
<style>
span { border-color: #AC789E; }
span { border-color: rgb(172,120,158); }
td.TdClassName
{
border-color: #AC789E;
}
.TagClassName
{
border-color: #AC789E;
}
</style>