Shades of Rouge #A43161
Tints of Rouge #A43161
RGB
CMYK
RGB Variations
Color information
#A43161 (or 0xA43161) is known color: Rouge. HEX triplet: A4, 31 and 61. RGB value is (164,49,97). Sum of RGB (Red+Green+Blue) = 164+49+97=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A43161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43161 is #5BCE9E. Grayscale: #585858. Windows color (decimal): -6016671 or 6369700. OLE color: 6369700.
HSL color Cylindrical-coordinate representation of color #A43161: hue angle of 334.96º 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 #A43161 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 49 | 97 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.36 |
| HSL | 334.96º | 0.54% | 0.42% | - |
| HSV(B) | 334.96º | 0.7% | 0.64% | - |
| XYZ | 18.57 | 10.95 | 12.44 | - |
| YUV | 88.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 97 | 0 | 0.70 | 0.41 | 0.36 | 334.96 | 0.54 | 0.42 |
| Hex | A4 | 31 | 61 | 0 | 46 | 29 | 24 | 14F | 36 | 2A |
| Octal | 244 | 61 | 141 | 0 | 106 | 51 | 44 | 517 | 66 | 52 |
| Binary | 10100100 | 110001 | 1100001 | 0 | 1000110 | 101001 | 100100 | 101001111 | 110110 | 101010 |
Color Harmonies of #A43161
Complementary color
Monochromatic Colors of #A43161
Black with #A43161
Text Example
Text Example
White with #A43161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43161; }
p { color: rgb(164,49,97); }
H1.HeaderClassName
{
color: #A43161;
}
.AnyTagClassName
{
color: #A43161;
}
</style>
background-color css
<style>
a { background-color: #A43161; }
a { background-color: rgb(164,49,97); }
div.DivClassName
{
background-color: #A43161;
}
.BgClassName
{
background-color: #A43161;
}
</style>
border-color css
<style>
span { border-color: #A43161; }
span { border-color: rgb(164,49,97); }
td.TdClassName
{
border-color: #A43161;
}
.TagClassName
{
border-color: #A43161;
}
</style>