Shades of Bouquet #AC7CA5
Tints of Bouquet #AC7CA5
RGB
CMYK
RGB Variations
Color information
#AC7CA5 (or 0xAC7CA5) is known color: Bouquet. HEX triplet: AC, 7C and A5. RGB value is (172,124,165). Sum of RGB (Red+Green+Blue) = 172+124+165=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CA5 is #53835A. Grayscale: #8E8E8E. Windows color (decimal): -5473115 or 10845356. OLE color: 10845356.
HSL color Cylindrical-coordinate representation of color #AC7CA5: hue angle of 308.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7CA5 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 165 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.33 |
| HSL | 308.75º | 0.22% | 0.58% | - |
| HSV(B) | 308.75º | 0.28% | 0.67% | - |
| XYZ | 31.01 | 25.9 | 38.96 | - |
| YUV | 143.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 165 | 0 | 0.28 | 0.04 | 0.33 | 308.75 | 0.22 | 0.58 |
| Hex | AC | 7C | A5 | 0 | 1C | 4 | 21 | 135 | 16 | 3A |
| Octal | 254 | 174 | 245 | 0 | 34 | 4 | 41 | 465 | 26 | 72 |
| Binary | 10101100 | 1111100 | 10100101 | 0 | 11100 | 100 | 100001 | 100110101 | 10110 | 111010 |
Color Harmonies of #AC7CA5
Complementary color
Monochromatic Colors of #AC7CA5
Black with #AC7CA5
Text Example
Text Example
White with #AC7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CA5; }
p { color: rgb(172,124,165); }
H1.HeaderClassName
{
color: #AC7CA5;
}
.AnyTagClassName
{
color: #AC7CA5;
}
</style>
background-color css
<style>
a { background-color: #AC7CA5; }
a { background-color: rgb(172,124,165); }
div.DivClassName
{
background-color: #AC7CA5;
}
.BgClassName
{
background-color: #AC7CA5;
}
</style>
border-color css
<style>
span { border-color: #AC7CA5; }
span { border-color: rgb(172,124,165); }
td.TdClassName
{
border-color: #AC7CA5;
}
.TagClassName
{
border-color: #AC7CA5;
}
</style>