Shades of Bouquet #AC6595
Tints of Bouquet #AC6595
RGB
CMYK
RGB Variations
Color information
#AC6595 (or 0xAC6595) is known color: Bouquet. HEX triplet: AC, 65 and 95. RGB value is (172,101,149). Sum of RGB (Red+Green+Blue) = 172+101+149=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6595 is #539A6A. Grayscale: #7F7F7F. Windows color (decimal): -5479019 or 9790892. OLE color: 9790892.
HSL color Cylindrical-coordinate representation of color #AC6595: hue angle of 319.44º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6595 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 149 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.33 |
| HSL | 319.44º | 0.3% | 0.54% | - |
| HSV(B) | 319.44º | 0.41% | 0.67% | - |
| XYZ | 27.09 | 20.25 | 30.91 | - |
| YUV | 127.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 149 | 0 | 0.41 | 0.13 | 0.33 | 319.44 | 0.3 | 0.54 |
| Hex | AC | 65 | 95 | 0 | 29 | D | 21 | 13F | 1E | 36 |
| Octal | 254 | 145 | 225 | 0 | 51 | 15 | 41 | 477 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10010101 | 0 | 101001 | 1101 | 100001 | 100111111 | 11110 | 110110 |
Color Harmonies of #AC6595
Complementary color
Monochromatic Colors of #AC6595
Black with #AC6595
Text Example
Text Example
White with #AC6595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6595; }
p { color: rgb(172,101,149); }
H1.HeaderClassName
{
color: #AC6595;
}
.AnyTagClassName
{
color: #AC6595;
}
</style>
background-color css
<style>
a { background-color: #AC6595; }
a { background-color: rgb(172,101,149); }
div.DivClassName
{
background-color: #AC6595;
}
.BgClassName
{
background-color: #AC6595;
}
</style>
border-color css
<style>
span { border-color: #AC6595; }
span { border-color: rgb(172,101,149); }
td.TdClassName
{
border-color: #AC6595;
}
.TagClassName
{
border-color: #AC6595;
}
</style>