Shades of Bouquet #AC6E91
Tints of Bouquet #AC6E91
RGB
CMYK
RGB Variations
Color information
#AC6E91 (or 0xAC6E91) is known color: Bouquet. HEX triplet: AC, 6E and 91. RGB value is (172,110,145). Sum of RGB (Red+Green+Blue) = 172+110+145=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E91 is #53916E. Grayscale: #848484. Windows color (decimal): -5476719 or 9531052. OLE color: 9531052.
HSL color Cylindrical-coordinate representation of color #AC6E91: hue angle of 326.13º 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 #AC6E91 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 145 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.33 |
| HSL | 326.13º | 0.27% | 0.55% | - |
| HSV(B) | 326.13º | 0.36% | 0.67% | - |
| XYZ | 27.7 | 21.97 | 29.57 | - |
| YUV | 132.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 145 | 0 | 0.36 | 0.16 | 0.33 | 326.13 | 0.27 | 0.55 |
| Hex | AC | 6E | 91 | 0 | 24 | 10 | 21 | 146 | 1B | 37 |
| Octal | 254 | 156 | 221 | 0 | 44 | 20 | 41 | 506 | 33 | 67 |
| Binary | 10101100 | 1101110 | 10010001 | 0 | 100100 | 10000 | 100001 | 101000110 | 11011 | 110111 |
Color Harmonies of #AC6E91
Complementary color
Monochromatic Colors of #AC6E91
Black with #AC6E91
Text Example
Text Example
White with #AC6E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E91; }
p { color: rgb(172,110,145); }
H1.HeaderClassName
{
color: #AC6E91;
}
.AnyTagClassName
{
color: #AC6E91;
}
</style>
background-color css
<style>
a { background-color: #AC6E91; }
a { background-color: rgb(172,110,145); }
div.DivClassName
{
background-color: #AC6E91;
}
.BgClassName
{
background-color: #AC6E91;
}
</style>
border-color css
<style>
span { border-color: #AC6E91; }
span { border-color: rgb(172,110,145); }
td.TdClassName
{
border-color: #AC6E91;
}
.TagClassName
{
border-color: #AC6E91;
}
</style>