Shades of Bouquet #AC6D9C
Tints of Bouquet #AC6D9C
RGB
CMYK
RGB Variations
Color information
#AC6D9C (or 0xAC6D9C) is known color: Bouquet. HEX triplet: AC, 6D and 9C. RGB value is (172,109,156). Sum of RGB (Red+Green+Blue) = 172+109+156=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D9C is #539263. Grayscale: #858585. Windows color (decimal): -5476964 or 10251692. OLE color: 10251692.
HSL color Cylindrical-coordinate representation of color #AC6D9C: hue angle of 315.24º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6D9C is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 156 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.33 |
| HSL | 315.24º | 0.28% | 0.55% | - |
| HSV(B) | 315.24º | 0.37% | 0.67% | - |
| XYZ | 28.48 | 22.11 | 34.22 | - |
| YUV | 133.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 156 | 0 | 0.37 | 0.09 | 0.33 | 315.24 | 0.28 | 0.55 |
| Hex | AC | 6D | 9C | 0 | 25 | 9 | 21 | 13B | 1C | 37 |
| Octal | 254 | 155 | 234 | 0 | 45 | 11 | 41 | 473 | 34 | 67 |
| Binary | 10101100 | 1101101 | 10011100 | 0 | 100101 | 1001 | 100001 | 100111011 | 11100 | 110111 |
Color Harmonies of #AC6D9C
Complementary color
Monochromatic Colors of #AC6D9C
Black with #AC6D9C
Text Example
Text Example
White with #AC6D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D9C; }
p { color: rgb(172,109,156); }
H1.HeaderClassName
{
color: #AC6D9C;
}
.AnyTagClassName
{
color: #AC6D9C;
}
</style>
background-color css
<style>
a { background-color: #AC6D9C; }
a { background-color: rgb(172,109,156); }
div.DivClassName
{
background-color: #AC6D9C;
}
.BgClassName
{
background-color: #AC6D9C;
}
</style>
border-color css
<style>
span { border-color: #AC6D9C; }
span { border-color: rgb(172,109,156); }
td.TdClassName
{
border-color: #AC6D9C;
}
.TagClassName
{
border-color: #AC6D9C;
}
</style>