Shades of Bouquet #AC789C
Tints of Bouquet #AC789C
RGB
CMYK
RGB Variations
Color information
#AC789C (or 0xAC789C) is known color: Bouquet. HEX triplet: AC, 78 and 9C. RGB value is (172,120,156). Sum of RGB (Red+Green+Blue) = 172+120+156=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC789C is #538763. Grayscale: #8B8B8B. Windows color (decimal): -5474148 or 10254508. OLE color: 10254508.
HSL color Cylindrical-coordinate representation of color #AC789C: hue angle of 318.46º 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 #AC789C is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 156 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.33 |
| HSL | 318.46º | 0.24% | 0.57% | - |
| HSV(B) | 318.46º | 0.3% | 0.67% | - |
| XYZ | 29.73 | 24.6 | 34.63 | - |
| YUV | 139.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 156 | 0 | 0.30 | 0.09 | 0.33 | 318.46 | 0.24 | 0.57 |
| Hex | AC | 78 | 9C | 0 | 1E | 9 | 21 | 13E | 18 | 39 |
| Octal | 254 | 170 | 234 | 0 | 36 | 11 | 41 | 476 | 30 | 71 |
| Binary | 10101100 | 1111000 | 10011100 | 0 | 11110 | 1001 | 100001 | 100111110 | 11000 | 111001 |
Color Harmonies of #AC789C
Complementary color
Monochromatic Colors of #AC789C
Black with #AC789C
Text Example
Text Example
White with #AC789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC789C; }
p { color: rgb(172,120,156); }
H1.HeaderClassName
{
color: #AC789C;
}
.AnyTagClassName
{
color: #AC789C;
}
</style>
background-color css
<style>
a { background-color: #AC789C; }
a { background-color: rgb(172,120,156); }
div.DivClassName
{
background-color: #AC789C;
}
.BgClassName
{
background-color: #AC789C;
}
</style>
border-color css
<style>
span { border-color: #AC789C; }
span { border-color: rgb(172,120,156); }
td.TdClassName
{
border-color: #AC789C;
}
.TagClassName
{
border-color: #AC789C;
}
</style>