Shades of Bouquet #AC6D9E
Tints of Bouquet #AC6D9E
RGB
CMYK
RGB Variations
Color information
#AC6D9E (or 0xAC6D9E) is known color: Bouquet. HEX triplet: AC, 6D and 9E. RGB value is (172,109,158). Sum of RGB (Red+Green+Blue) = 172+109+158=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D9E is #539261. Grayscale: #858585. Windows color (decimal): -5476962 or 10382764. OLE color: 10382764.
HSL color Cylindrical-coordinate representation of color #AC6D9E: hue angle of 313.33º 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 #AC6D9E is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 158 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.33 |
| HSL | 313.33º | 0.28% | 0.55% | - |
| HSV(B) | 313.33º | 0.37% | 0.67% | - |
| XYZ | 28.65 | 22.18 | 35.12 | - |
| YUV | 133.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 158 | 0 | 0.37 | 0.08 | 0.33 | 313.33 | 0.28 | 0.55 |
| Hex | AC | 6D | 9E | 0 | 25 | 8 | 21 | 139 | 1C | 37 |
| Octal | 254 | 155 | 236 | 0 | 45 | 10 | 41 | 471 | 34 | 67 |
| Binary | 10101100 | 1101101 | 10011110 | 0 | 100101 | 1000 | 100001 | 100111001 | 11100 | 110111 |
Color Harmonies of #AC6D9E
Complementary color
Monochromatic Colors of #AC6D9E
Black with #AC6D9E
Text Example
Text Example
White with #AC6D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D9E; }
p { color: rgb(172,109,158); }
H1.HeaderClassName
{
color: #AC6D9E;
}
.AnyTagClassName
{
color: #AC6D9E;
}
</style>
background-color css
<style>
a { background-color: #AC6D9E; }
a { background-color: rgb(172,109,158); }
div.DivClassName
{
background-color: #AC6D9E;
}
.BgClassName
{
background-color: #AC6D9E;
}
</style>
border-color css
<style>
span { border-color: #AC6D9E; }
span { border-color: rgb(172,109,158); }
td.TdClassName
{
border-color: #AC6D9E;
}
.TagClassName
{
border-color: #AC6D9E;
}
</style>