Shades of Bouquet #AC789B
Tints of Bouquet #AC789B
RGB
CMYK
RGB Variations
Color information
#AC789B (or 0xAC789B) is known color: Bouquet. HEX triplet: AC, 78 and 9B. RGB value is (172,120,155). Sum of RGB (Red+Green+Blue) = 172+120+155=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC789B is #538764. Grayscale: #8B8B8B. Windows color (decimal): -5474149 or 10188972. OLE color: 10188972.
HSL color Cylindrical-coordinate representation of color #AC789B: hue angle of 319.62º 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 #AC789B is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 155 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.33 |
| HSL | 319.62º | 0.24% | 0.57% | - |
| HSV(B) | 319.62º | 0.3% | 0.67% | - |
| XYZ | 29.65 | 24.57 | 34.19 | - |
| YUV | 139.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 155 | 0 | 0.30 | 0.10 | 0.33 | 319.62 | 0.24 | 0.57 |
| Hex | AC | 78 | 9B | 0 | 1E | A | 21 | 140 | 18 | 39 |
| Octal | 254 | 170 | 233 | 0 | 36 | 12 | 41 | 500 | 30 | 71 |
| Binary | 10101100 | 1111000 | 10011011 | 0 | 11110 | 1010 | 100001 | 101000000 | 11000 | 111001 |
Color Harmonies of #AC789B
Complementary color
Monochromatic Colors of #AC789B
Black with #AC789B
Text Example
Text Example
White with #AC789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC789B; }
p { color: rgb(172,120,155); }
H1.HeaderClassName
{
color: #AC789B;
}
.AnyTagClassName
{
color: #AC789B;
}
</style>
background-color css
<style>
a { background-color: #AC789B; }
a { background-color: rgb(172,120,155); }
div.DivClassName
{
background-color: #AC789B;
}
.BgClassName
{
background-color: #AC789B;
}
</style>
border-color css
<style>
span { border-color: #AC789B; }
span { border-color: rgb(172,120,155); }
td.TdClassName
{
border-color: #AC789B;
}
.TagClassName
{
border-color: #AC789B;
}
</style>