Shades of Rouge #A43C72
Tints of Rouge #A43C72
RGB
CMYK
RGB Variations
Color information
#A43C72 (or 0xA43C72) is known color: Rouge. HEX triplet: A4, 3C and 72. RGB value is (164,60,114). Sum of RGB (Red+Green+Blue) = 164+60+114=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43C72 is #5BC38D. Grayscale: #616161. Windows color (decimal): -6013838 or 7486628. OLE color: 7486628.
HSL color Cylindrical-coordinate representation of color #A43C72: hue angle of 328.85º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43C72 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 114 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.36 |
| HSL | 328.85º | 0.46% | 0.44% | - |
| HSV(B) | 328.85º | 0.63% | 0.64% | - |
| XYZ | 19.96 | 12.34 | 17.25 | - |
| YUV | 97.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 114 | 0 | 0.63 | 0.30 | 0.36 | 328.85 | 0.46 | 0.44 |
| Hex | A4 | 3C | 72 | 0 | 3F | 1E | 24 | 149 | 2E | 2C |
| Octal | 244 | 74 | 162 | 0 | 77 | 36 | 44 | 511 | 56 | 54 |
| Binary | 10100100 | 111100 | 1110010 | 0 | 111111 | 11110 | 100100 | 101001001 | 101110 | 101100 |
Color Harmonies of #A43C72
Complementary color
Monochromatic Colors of #A43C72
Black with #A43C72
Text Example
Text Example
White with #A43C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C72; }
p { color: rgb(164,60,114); }
H1.HeaderClassName
{
color: #A43C72;
}
.AnyTagClassName
{
color: #A43C72;
}
</style>
background-color css
<style>
a { background-color: #A43C72; }
a { background-color: rgb(164,60,114); }
div.DivClassName
{
background-color: #A43C72;
}
.BgClassName
{
background-color: #A43C72;
}
</style>
border-color css
<style>
span { border-color: #A43C72; }
span { border-color: rgb(164,60,114); }
td.TdClassName
{
border-color: #A43C72;
}
.TagClassName
{
border-color: #A43C72;
}
</style>