Shades of Rouge #A43160
Tints of Rouge #A43160
RGB
CMYK
RGB Variations
Color information
#A43160 (or 0xA43160) is known color: Rouge. HEX triplet: A4, 31 and 60. RGB value is (164,49,96). Sum of RGB (Red+Green+Blue) = 164+49+96=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A43160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43160 is #5BCE9F. Grayscale: #585858. Windows color (decimal): -6016672 or 6304164. OLE color: 6304164.
HSL color Cylindrical-coordinate representation of color #A43160: hue angle of 335.48º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43160 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 49 | 96 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.36 |
| HSL | 335.48º | 0.54% | 0.42% | - |
| HSV(B) | 335.48º | 0.7% | 0.64% | - |
| XYZ | 18.52 | 10.93 | 12.2 | - |
| YUV | 88.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 96 | 0 | 0.70 | 0.41 | 0.36 | 335.48 | 0.54 | 0.42 |
| Hex | A4 | 31 | 60 | 0 | 46 | 29 | 24 | 14F | 36 | 2A |
| Octal | 244 | 61 | 140 | 0 | 106 | 51 | 44 | 517 | 66 | 52 |
| Binary | 10100100 | 110001 | 1100000 | 0 | 1000110 | 101001 | 100100 | 101001111 | 110110 | 101010 |
Color Harmonies of #A43160
Complementary color
Monochromatic Colors of #A43160
Black with #A43160
Text Example
Text Example
White with #A43160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43160; }
p { color: rgb(164,49,96); }
H1.HeaderClassName
{
color: #A43160;
}
.AnyTagClassName
{
color: #A43160;
}
</style>
background-color css
<style>
a { background-color: #A43160; }
a { background-color: rgb(164,49,96); }
div.DivClassName
{
background-color: #A43160;
}
.BgClassName
{
background-color: #A43160;
}
</style>
border-color css
<style>
span { border-color: #A43160; }
span { border-color: rgb(164,49,96); }
td.TdClassName
{
border-color: #A43160;
}
.TagClassName
{
border-color: #A43160;
}
</style>