Shades of Rouge #AC315F
Tints of Rouge #AC315F
RGB
CMYK
RGB Variations
Color information
#AC315F (or 0xAC315F) is known color: Rouge. HEX triplet: AC, 31 and 5F. RGB value is (172,49,95). Sum of RGB (Red+Green+Blue) = 172+49+95=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC315F is #53CEA0. Grayscale: #5A5A5A. Windows color (decimal): -5492385 or 6238636. OLE color: 6238636.
HSL color Cylindrical-coordinate representation of color #AC315F: hue angle of 337.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC315F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 95 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.33 |
| HSL | 337.56º | 0.56% | 0.43% | - |
| HSV(B) | 337.56º | 0.72% | 0.67% | - |
| XYZ | 20.18 | 11.79 | 12.04 | - |
| YUV | 91.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 95 | 0 | 0.72 | 0.45 | 0.33 | 337.56 | 0.56 | 0.43 |
| Hex | AC | 31 | 5F | 0 | 48 | 2D | 21 | 152 | 38 | 2B |
| Octal | 254 | 61 | 137 | 0 | 110 | 55 | 41 | 522 | 70 | 53 |
| Binary | 10101100 | 110001 | 1011111 | 0 | 1001000 | 101101 | 100001 | 101010010 | 111000 | 101011 |
Color Harmonies of #AC315F
Complementary color
Monochromatic Colors of #AC315F
Black with #AC315F
Text Example
Text Example
White with #AC315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC315F; }
p { color: rgb(172,49,95); }
H1.HeaderClassName
{
color: #AC315F;
}
.AnyTagClassName
{
color: #AC315F;
}
</style>
background-color css
<style>
a { background-color: #AC315F; }
a { background-color: rgb(172,49,95); }
div.DivClassName
{
background-color: #AC315F;
}
.BgClassName
{
background-color: #AC315F;
}
</style>
border-color css
<style>
span { border-color: #AC315F; }
span { border-color: rgb(172,49,95); }
td.TdClassName
{
border-color: #AC315F;
}
.TagClassName
{
border-color: #AC315F;
}
</style>