Shades of Bouquet #AC7A93
Tints of Bouquet #AC7A93
RGB
CMYK
RGB Variations
Color information
#AC7A93 (or 0xAC7A93) is known color: Bouquet. HEX triplet: AC, 7A and 93. RGB value is (172,122,147). Sum of RGB (Red+Green+Blue) = 172+122+147=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A93 is #53856C. Grayscale: #8B8B8B. Windows color (decimal): -5473645 or 9665196. OLE color: 9665196.
HSL color Cylindrical-coordinate representation of color #AC7A93: hue angle of 330º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7A93 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 147 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.33 |
| HSL | 330º | 0.23% | 0.58% | - |
| HSV(B) | 330º | 0.29% | 0.67% | - |
| XYZ | 29.24 | 24.8 | 30.85 | - |
| YUV | 139.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 147 | 0 | 0.29 | 0.15 | 0.33 | 330 | 0.23 | 0.58 |
| Hex | AC | 7A | 93 | 0 | 1D | F | 21 | 14A | 17 | 3A |
| Octal | 254 | 172 | 223 | 0 | 35 | 17 | 41 | 512 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10010011 | 0 | 11101 | 1111 | 100001 | 101001010 | 10111 | 111010 |
Color Harmonies of #AC7A93
Complementary color
Monochromatic Colors of #AC7A93
Black with #AC7A93
Text Example
Text Example
White with #AC7A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A93; }
p { color: rgb(172,122,147); }
H1.HeaderClassName
{
color: #AC7A93;
}
.AnyTagClassName
{
color: #AC7A93;
}
</style>
background-color css
<style>
a { background-color: #AC7A93; }
a { background-color: rgb(172,122,147); }
div.DivClassName
{
background-color: #AC7A93;
}
.BgClassName
{
background-color: #AC7A93;
}
</style>
border-color css
<style>
span { border-color: #AC7A93; }
span { border-color: rgb(172,122,147); }
td.TdClassName
{
border-color: #AC7A93;
}
.TagClassName
{
border-color: #AC7A93;
}
</style>