Shades of Bouquet #AC6E90
Tints of Bouquet #AC6E90
RGB
CMYK
RGB Variations
Color information
#AC6E90 (or 0xAC6E90) is known color: Bouquet. HEX triplet: AC, 6E and 90. RGB value is (172,110,144). Sum of RGB (Red+Green+Blue) = 172+110+144=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E90 is #53916F. Grayscale: #848484. Windows color (decimal): -5476720 or 9465516. OLE color: 9465516.
HSL color Cylindrical-coordinate representation of color #AC6E90: hue angle of 327.1º 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 #AC6E90 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 144 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.33 |
| HSL | 327.1º | 0.27% | 0.55% | - |
| HSV(B) | 327.1º | 0.36% | 0.67% | - |
| XYZ | 27.62 | 21.94 | 29.16 | - |
| YUV | 132.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 144 | 0 | 0.36 | 0.16 | 0.33 | 327.1 | 0.27 | 0.55 |
| Hex | AC | 6E | 90 | 0 | 24 | 10 | 21 | 147 | 1B | 37 |
| Octal | 254 | 156 | 220 | 0 | 44 | 20 | 41 | 507 | 33 | 67 |
| Binary | 10101100 | 1101110 | 10010000 | 0 | 100100 | 10000 | 100001 | 101000111 | 11011 | 110111 |
Color Harmonies of #AC6E90
Complementary color
Monochromatic Colors of #AC6E90
Black with #AC6E90
Text Example
Text Example
White with #AC6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E90; }
p { color: rgb(172,110,144); }
H1.HeaderClassName
{
color: #AC6E90;
}
.AnyTagClassName
{
color: #AC6E90;
}
</style>
background-color css
<style>
a { background-color: #AC6E90; }
a { background-color: rgb(172,110,144); }
div.DivClassName
{
background-color: #AC6E90;
}
.BgClassName
{
background-color: #AC6E90;
}
</style>
border-color css
<style>
span { border-color: #AC6E90; }
span { border-color: rgb(172,110,144); }
td.TdClassName
{
border-color: #AC6E90;
}
.TagClassName
{
border-color: #AC6E90;
}
</style>