Shades of Rouge #A43471
Tints of Rouge #A43471
RGB
CMYK
RGB Variations
Color information
#A43471 (or 0xA43471) is known color: Rouge. HEX triplet: A4, 34 and 71. RGB value is (164,52,113). Sum of RGB (Red+Green+Blue) = 164+52+113=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A43471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43471 is #5BCB8E. Grayscale: #5C5C5C. Windows color (decimal): -6015887 or 7419044. OLE color: 7419044.
HSL color Cylindrical-coordinate representation of color #A43471: hue angle of 327.32º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43471 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 113 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.36 |
| HSL | 327.32º | 0.52% | 0.42% | - |
| HSV(B) | 327.32º | 0.68% | 0.64% | - |
| XYZ | 19.52 | 11.54 | 16.82 | - |
| YUV | 92.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 113 | 0 | 0.68 | 0.31 | 0.36 | 327.32 | 0.52 | 0.42 |
| Hex | A4 | 34 | 71 | 0 | 44 | 1F | 24 | 147 | 34 | 2A |
| Octal | 244 | 64 | 161 | 0 | 104 | 37 | 44 | 507 | 64 | 52 |
| Binary | 10100100 | 110100 | 1110001 | 0 | 1000100 | 11111 | 100100 | 101000111 | 110100 | 101010 |
Color Harmonies of #A43471
Complementary color
Monochromatic Colors of #A43471
Black with #A43471
Text Example
Text Example
White with #A43471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43471; }
p { color: rgb(164,52,113); }
H1.HeaderClassName
{
color: #A43471;
}
.AnyTagClassName
{
color: #A43471;
}
</style>
background-color css
<style>
a { background-color: #A43471; }
a { background-color: rgb(164,52,113); }
div.DivClassName
{
background-color: #A43471;
}
.BgClassName
{
background-color: #A43471;
}
</style>
border-color css
<style>
span { border-color: #A43471; }
span { border-color: rgb(164,52,113); }
td.TdClassName
{
border-color: #A43471;
}
.TagClassName
{
border-color: #A43471;
}
</style>