Shades of Bouquet #AC6C9C
Tints of Bouquet #AC6C9C
RGB
CMYK
RGB Variations
Color information
#AC6C9C (or 0xAC6C9C) is known color: Bouquet. HEX triplet: AC, 6C and 9C. RGB value is (172,108,156). Sum of RGB (Red+Green+Blue) = 172+108+156=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C9C is #539363. Grayscale: #848484. Windows color (decimal): -5477220 or 10251436. OLE color: 10251436.
HSL color Cylindrical-coordinate representation of color #AC6C9C: hue angle of 315º 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 #AC6C9C is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 156 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.33 |
| HSL | 315º | 0.28% | 0.55% | - |
| HSV(B) | 315º | 0.37% | 0.67% | - |
| XYZ | 28.38 | 21.9 | 34.18 | - |
| YUV | 132.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 156 | 0 | 0.37 | 0.09 | 0.33 | 315 | 0.28 | 0.55 |
| Hex | AC | 6C | 9C | 0 | 25 | 9 | 21 | 13B | 1C | 37 |
| Octal | 254 | 154 | 234 | 0 | 45 | 11 | 41 | 473 | 34 | 67 |
| Binary | 10101100 | 1101100 | 10011100 | 0 | 100101 | 1001 | 100001 | 100111011 | 11100 | 110111 |
Color Harmonies of #AC6C9C
Complementary color
Monochromatic Colors of #AC6C9C
Black with #AC6C9C
Text Example
Text Example
White with #AC6C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C9C; }
p { color: rgb(172,108,156); }
H1.HeaderClassName
{
color: #AC6C9C;
}
.AnyTagClassName
{
color: #AC6C9C;
}
</style>
background-color css
<style>
a { background-color: #AC6C9C; }
a { background-color: rgb(172,108,156); }
div.DivClassName
{
background-color: #AC6C9C;
}
.BgClassName
{
background-color: #AC6C9C;
}
</style>
border-color css
<style>
span { border-color: #AC6C9C; }
span { border-color: rgb(172,108,156); }
td.TdClassName
{
border-color: #AC6C9C;
}
.TagClassName
{
border-color: #AC6C9C;
}
</style>