Shades of Bouquet #AC6E9E
Tints of Bouquet #AC6E9E
RGB
CMYK
RGB Variations
Color information
#AC6E9E (or 0xAC6E9E) is known color: Bouquet. HEX triplet: AC, 6E and 9E. RGB value is (172,110,158). Sum of RGB (Red+Green+Blue) = 172+110+158=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E9E is #539161. Grayscale: #858585. Windows color (decimal): -5476706 or 10383020. OLE color: 10383020.
HSL color Cylindrical-coordinate representation of color #AC6E9E: hue angle of 313.55º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E9E is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 158 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.33 |
| HSL | 313.55º | 0.27% | 0.55% | - |
| HSV(B) | 313.55º | 0.36% | 0.67% | - |
| XYZ | 28.76 | 22.39 | 35.15 | - |
| YUV | 134.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 158 | 0 | 0.36 | 0.08 | 0.33 | 313.55 | 0.27 | 0.55 |
| Hex | AC | 6E | 9E | 0 | 24 | 8 | 21 | 13A | 1B | 37 |
| Octal | 254 | 156 | 236 | 0 | 44 | 10 | 41 | 472 | 33 | 67 |
| Binary | 10101100 | 1101110 | 10011110 | 0 | 100100 | 1000 | 100001 | 100111010 | 11011 | 110111 |
Color Harmonies of #AC6E9E
Complementary color
Monochromatic Colors of #AC6E9E
Black with #AC6E9E
Text Example
Text Example
White with #AC6E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E9E; }
p { color: rgb(172,110,158); }
H1.HeaderClassName
{
color: #AC6E9E;
}
.AnyTagClassName
{
color: #AC6E9E;
}
</style>
background-color css
<style>
a { background-color: #AC6E9E; }
a { background-color: rgb(172,110,158); }
div.DivClassName
{
background-color: #AC6E9E;
}
.BgClassName
{
background-color: #AC6E9E;
}
</style>
border-color css
<style>
span { border-color: #AC6E9E; }
span { border-color: rgb(172,110,158); }
td.TdClassName
{
border-color: #AC6E9E;
}
.TagClassName
{
border-color: #AC6E9E;
}
</style>