Shades of Rouge #A02C71
Tints of Rouge #A02C71
RGB
CMYK
RGB Variations
Color information
#A02C71 (or 0xA02C71) is known color: Rouge. HEX triplet: A0, 2C and 71. RGB value is (160,44,113). Sum of RGB (Red+Green+Blue) = 160+44+113=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02C71 is #5FD38E. Grayscale: #565656. Windows color (decimal): -6280079 or 7416992. OLE color: 7416992.
HSL color Cylindrical-coordinate representation of color #A02C71: hue angle of 324.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C71 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 113 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.37 |
| HSL | 324.31º | 0.57% | 0.4% | - |
| HSV(B) | 324.31º | 0.73% | 0.63% | - |
| XYZ | 18.38 | 10.47 | 16.67 | - |
| YUV | 86.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 113 | 0 | 0.72 | 0.29 | 0.37 | 324.31 | 0.57 | 0.4 |
| Hex | A0 | 2C | 71 | 0 | 48 | 1D | 25 | 144 | 39 | 28 |
| Octal | 240 | 54 | 161 | 0 | 110 | 35 | 45 | 504 | 71 | 50 |
| Binary | 10100000 | 101100 | 1110001 | 0 | 1001000 | 11101 | 100101 | 101000100 | 111001 | 101000 |
Color Harmonies of #A02C71
Complementary color
Monochromatic Colors of #A02C71
Black with #A02C71
Text Example
Text Example
White with #A02C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C71; }
p { color: rgb(160,44,113); }
H1.HeaderClassName
{
color: #A02C71;
}
.AnyTagClassName
{
color: #A02C71;
}
</style>
background-color css
<style>
a { background-color: #A02C71; }
a { background-color: rgb(160,44,113); }
div.DivClassName
{
background-color: #A02C71;
}
.BgClassName
{
background-color: #A02C71;
}
</style>
border-color css
<style>
span { border-color: #A02C71; }
span { border-color: rgb(160,44,113); }
td.TdClassName
{
border-color: #A02C71;
}
.TagClassName
{
border-color: #A02C71;
}
</style>