Shades of Rouge #A43F71
Tints of Rouge #A43F71
RGB
CMYK
RGB Variations
Color information
#A43F71 (or 0xA43F71) is known color: Rouge. HEX triplet: A4, 3F and 71. RGB value is (164,63,113). Sum of RGB (Red+Green+Blue) = 164+63+113=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F71 is #5BC08E. Grayscale: #626262. Windows color (decimal): -6013071 or 7421860. OLE color: 7421860.
HSL color Cylindrical-coordinate representation of color #A43F71: hue angle of 330.3º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43F71 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 113 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.36 |
| HSL | 330.3º | 0.44% | 0.45% | - |
| HSV(B) | 330.3º | 0.62% | 0.64% | - |
| XYZ | 20.07 | 12.64 | 17 | - |
| YUV | 98.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 113 | 0 | 0.62 | 0.31 | 0.36 | 330.3 | 0.44 | 0.45 |
| Hex | A4 | 3F | 71 | 0 | 3E | 1F | 24 | 14A | 2C | 2D |
| Octal | 244 | 77 | 161 | 0 | 76 | 37 | 44 | 512 | 54 | 55 |
| Binary | 10100100 | 111111 | 1110001 | 0 | 111110 | 11111 | 100100 | 101001010 | 101100 | 101101 |
Color Harmonies of #A43F71
Complementary color
Monochromatic Colors of #A43F71
Black with #A43F71
Text Example
Text Example
White with #A43F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F71; }
p { color: rgb(164,63,113); }
H1.HeaderClassName
{
color: #A43F71;
}
.AnyTagClassName
{
color: #A43F71;
}
</style>
background-color css
<style>
a { background-color: #A43F71; }
a { background-color: rgb(164,63,113); }
div.DivClassName
{
background-color: #A43F71;
}
.BgClassName
{
background-color: #A43F71;
}
</style>
border-color css
<style>
span { border-color: #A43F71; }
span { border-color: rgb(164,63,113); }
td.TdClassName
{
border-color: #A43F71;
}
.TagClassName
{
border-color: #A43F71;
}
</style>