Shades of Bouquet #AC7490
Tints of Bouquet #AC7490
RGB
CMYK
RGB Variations
Color information
#AC7490 (or 0xAC7490) is known color: Bouquet. HEX triplet: AC, 74 and 90. RGB value is (172,116,144). Sum of RGB (Red+Green+Blue) = 172+116+144=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7490 is #538B6F. Grayscale: #878787. Windows color (decimal): -5475184 or 9467052. OLE color: 9467052.
HSL color Cylindrical-coordinate representation of color #AC7490: hue angle of 330º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7490 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 144 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.33 |
| HSL | 330º | 0.25% | 0.56% | - |
| HSV(B) | 330º | 0.33% | 0.67% | - |
| XYZ | 28.29 | 23.28 | 29.39 | - |
| YUV | 135.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 144 | 0 | 0.33 | 0.16 | 0.33 | 330 | 0.25 | 0.56 |
| Hex | AC | 74 | 90 | 0 | 21 | 10 | 21 | 14A | 19 | 38 |
| Octal | 254 | 164 | 220 | 0 | 41 | 20 | 41 | 512 | 31 | 70 |
| Binary | 10101100 | 1110100 | 10010000 | 0 | 100001 | 10000 | 100001 | 101001010 | 11001 | 111000 |
Color Harmonies of #AC7490
Complementary color
Monochromatic Colors of #AC7490
Black with #AC7490
Text Example
Text Example
White with #AC7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7490; }
p { color: rgb(172,116,144); }
H1.HeaderClassName
{
color: #AC7490;
}
.AnyTagClassName
{
color: #AC7490;
}
</style>
background-color css
<style>
a { background-color: #AC7490; }
a { background-color: rgb(172,116,144); }
div.DivClassName
{
background-color: #AC7490;
}
.BgClassName
{
background-color: #AC7490;
}
</style>
border-color css
<style>
span { border-color: #AC7490; }
span { border-color: rgb(172,116,144); }
td.TdClassName
{
border-color: #AC7490;
}
.TagClassName
{
border-color: #AC7490;
}
</style>