Shades of Bouquet #AC6EA0
Tints of Bouquet #AC6EA0
RGB
CMYK
RGB Variations
Color information
#AC6EA0 (or 0xAC6EA0) is known color: Bouquet. HEX triplet: AC, 6E and A0. RGB value is (172,110,160). Sum of RGB (Red+Green+Blue) = 172+110+160=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6EA0 is #53915F. Grayscale: #868686. Windows color (decimal): -5476704 or 10514092. OLE color: 10514092.
HSL color Cylindrical-coordinate representation of color #AC6EA0: hue angle of 311.61º 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 #AC6EA0 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 160 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.33 |
| HSL | 311.61º | 0.27% | 0.55% | - |
| HSV(B) | 311.61º | 0.36% | 0.67% | - |
| XYZ | 28.93 | 22.46 | 36.07 | - |
| YUV | 134.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 160 | 0 | 0.36 | 0.07 | 0.33 | 311.61 | 0.27 | 0.55 |
| Hex | AC | 6E | A0 | 0 | 24 | 7 | 21 | 138 | 1B | 37 |
| Octal | 254 | 156 | 240 | 0 | 44 | 7 | 41 | 470 | 33 | 67 |
| Binary | 10101100 | 1101110 | 10100000 | 0 | 100100 | 111 | 100001 | 100111000 | 11011 | 110111 |
Color Harmonies of #AC6EA0
Complementary color
Monochromatic Colors of #AC6EA0
Black with #AC6EA0
Text Example
Text Example
White with #AC6EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6EA0; }
p { color: rgb(172,110,160); }
H1.HeaderClassName
{
color: #AC6EA0;
}
.AnyTagClassName
{
color: #AC6EA0;
}
</style>
background-color css
<style>
a { background-color: #AC6EA0; }
a { background-color: rgb(172,110,160); }
div.DivClassName
{
background-color: #AC6EA0;
}
.BgClassName
{
background-color: #AC6EA0;
}
</style>
border-color css
<style>
span { border-color: #AC6EA0; }
span { border-color: rgb(172,110,160); }
td.TdClassName
{
border-color: #AC6EA0;
}
.TagClassName
{
border-color: #AC6EA0;
}
</style>