Shades of Bouquet #AC6D90
Tints of Bouquet #AC6D90
RGB
CMYK
RGB Variations
Color information
#AC6D90 (or 0xAC6D90) is known color: Bouquet. HEX triplet: AC, 6D and 90. RGB value is (172,109,144). Sum of RGB (Red+Green+Blue) = 172+109+144=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D90 is #53926F. Grayscale: #838383. Windows color (decimal): -5476976 or 9465260. OLE color: 9465260.
HSL color Cylindrical-coordinate representation of color #AC6D90: hue angle of 326.67º 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 #AC6D90 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 144 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.33 |
| HSL | 326.67º | 0.28% | 0.55% | - |
| HSV(B) | 326.67º | 0.37% | 0.67% | - |
| XYZ | 27.52 | 21.72 | 29.13 | - |
| YUV | 131.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 144 | 0 | 0.37 | 0.16 | 0.33 | 326.67 | 0.28 | 0.55 |
| Hex | AC | 6D | 90 | 0 | 25 | 10 | 21 | 147 | 1C | 37 |
| Octal | 254 | 155 | 220 | 0 | 45 | 20 | 41 | 507 | 34 | 67 |
| Binary | 10101100 | 1101101 | 10010000 | 0 | 100101 | 10000 | 100001 | 101000111 | 11100 | 110111 |
Color Harmonies of #AC6D90
Complementary color
Monochromatic Colors of #AC6D90
Black with #AC6D90
Text Example
Text Example
White with #AC6D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D90; }
p { color: rgb(172,109,144); }
H1.HeaderClassName
{
color: #AC6D90;
}
.AnyTagClassName
{
color: #AC6D90;
}
</style>
background-color css
<style>
a { background-color: #AC6D90; }
a { background-color: rgb(172,109,144); }
div.DivClassName
{
background-color: #AC6D90;
}
.BgClassName
{
background-color: #AC6D90;
}
</style>
border-color css
<style>
span { border-color: #AC6D90; }
span { border-color: rgb(172,109,144); }
td.TdClassName
{
border-color: #AC6D90;
}
.TagClassName
{
border-color: #AC6D90;
}
</style>