Shades of Rouge #AC3A71
Tints of Rouge #AC3A71
RGB
CMYK
RGB Variations
Color information
#AC3A71 (or 0xAC3A71) is known color: Rouge. HEX triplet: AC, 3A and 71. RGB value is (172,58,113). Sum of RGB (Red+Green+Blue) = 172+58+113=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A71 is #53C58E. Grayscale: #626262. Windows color (decimal): -5490063 or 7420588. OLE color: 7420588.
HSL color Cylindrical-coordinate representation of color #AC3A71: hue angle of 331.05º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A71 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 113 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.33 |
| HSL | 331.05º | 0.5% | 0.45% | - |
| HSV(B) | 331.05º | 0.66% | 0.67% | - |
| XYZ | 21.51 | 12.99 | 17 | - |
| YUV | 98.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 113 | 0 | 0.66 | 0.34 | 0.33 | 331.05 | 0.5 | 0.45 |
| Hex | AC | 3A | 71 | 0 | 42 | 22 | 21 | 14B | 32 | 2D |
| Octal | 254 | 72 | 161 | 0 | 102 | 42 | 41 | 513 | 62 | 55 |
| Binary | 10101100 | 111010 | 1110001 | 0 | 1000010 | 100010 | 100001 | 101001011 | 110010 | 101101 |
Color Harmonies of #AC3A71
Complementary color
Monochromatic Colors of #AC3A71
Black with #AC3A71
Text Example
Text Example
White with #AC3A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A71; }
p { color: rgb(172,58,113); }
H1.HeaderClassName
{
color: #AC3A71;
}
.AnyTagClassName
{
color: #AC3A71;
}
</style>
background-color css
<style>
a { background-color: #AC3A71; }
a { background-color: rgb(172,58,113); }
div.DivClassName
{
background-color: #AC3A71;
}
.BgClassName
{
background-color: #AC3A71;
}
</style>
border-color css
<style>
span { border-color: #AC3A71; }
span { border-color: rgb(172,58,113); }
td.TdClassName
{
border-color: #AC3A71;
}
.TagClassName
{
border-color: #AC3A71;
}
</style>