Shades of Bouquet #AC6D9F
Tints of Bouquet #AC6D9F
RGB
CMYK
RGB Variations
Color information
#AC6D9F (or 0xAC6D9F) is known color: Bouquet. HEX triplet: AC, 6D and 9F. RGB value is (172,109,159). Sum of RGB (Red+Green+Blue) = 172+109+159=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D9F is #539260. Grayscale: #858585. Windows color (decimal): -5476961 or 10448300. OLE color: 10448300.
HSL color Cylindrical-coordinate representation of color #AC6D9F: hue angle of 312.38º 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 #AC6D9F is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 159 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.33 |
| HSL | 312.38º | 0.28% | 0.55% | - |
| HSV(B) | 312.38º | 0.37% | 0.67% | - |
| XYZ | 28.74 | 22.21 | 35.57 | - |
| YUV | 133.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 159 | 0 | 0.37 | 0.08 | 0.33 | 312.38 | 0.28 | 0.55 |
| Hex | AC | 6D | 9F | 0 | 25 | 8 | 21 | 138 | 1C | 37 |
| Octal | 254 | 155 | 237 | 0 | 45 | 10 | 41 | 470 | 34 | 67 |
| Binary | 10101100 | 1101101 | 10011111 | 0 | 100101 | 1000 | 100001 | 100111000 | 11100 | 110111 |
Color Harmonies of #AC6D9F
Complementary color
Monochromatic Colors of #AC6D9F
Black with #AC6D9F
Text Example
Text Example
White with #AC6D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D9F; }
p { color: rgb(172,109,159); }
H1.HeaderClassName
{
color: #AC6D9F;
}
.AnyTagClassName
{
color: #AC6D9F;
}
</style>
background-color css
<style>
a { background-color: #AC6D9F; }
a { background-color: rgb(172,109,159); }
div.DivClassName
{
background-color: #AC6D9F;
}
.BgClassName
{
background-color: #AC6D9F;
}
</style>
border-color css
<style>
span { border-color: #AC6D9F; }
span { border-color: rgb(172,109,159); }
td.TdClassName
{
border-color: #AC6D9F;
}
.TagClassName
{
border-color: #AC6D9F;
}
</style>