Shades of Bouquet #AC799D
Tints of Bouquet #AC799D
RGB
CMYK
RGB Variations
Color information
#AC799D (or 0xAC799D) is known color: Bouquet. HEX triplet: AC, 79 and 9D. RGB value is (172,121,157). Sum of RGB (Red+Green+Blue) = 172+121+157=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC799D is #538662. Grayscale: #8C8C8C. Windows color (decimal): -5473891 or 10320300. OLE color: 10320300.
HSL color Cylindrical-coordinate representation of color #AC799D: hue angle of 317.65º 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 #AC799D is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 157 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.33 |
| HSL | 317.65º | 0.24% | 0.57% | - |
| HSV(B) | 317.65º | 0.3% | 0.67% | - |
| XYZ | 29.94 | 24.88 | 35.12 | - |
| YUV | 140.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 157 | 0 | 0.30 | 0.09 | 0.33 | 317.65 | 0.24 | 0.57 |
| Hex | AC | 79 | 9D | 0 | 1E | 9 | 21 | 13E | 18 | 39 |
| Octal | 254 | 171 | 235 | 0 | 36 | 11 | 41 | 476 | 30 | 71 |
| Binary | 10101100 | 1111001 | 10011101 | 0 | 11110 | 1001 | 100001 | 100111110 | 11000 | 111001 |
Color Harmonies of #AC799D
Complementary color
Monochromatic Colors of #AC799D
Black with #AC799D
Text Example
Text Example
White with #AC799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC799D; }
p { color: rgb(172,121,157); }
H1.HeaderClassName
{
color: #AC799D;
}
.AnyTagClassName
{
color: #AC799D;
}
</style>
background-color css
<style>
a { background-color: #AC799D; }
a { background-color: rgb(172,121,157); }
div.DivClassName
{
background-color: #AC799D;
}
.BgClassName
{
background-color: #AC799D;
}
</style>
border-color css
<style>
span { border-color: #AC799D; }
span { border-color: rgb(172,121,157); }
td.TdClassName
{
border-color: #AC799D;
}
.TagClassName
{
border-color: #AC799D;
}
</style>