Shades of Rouge #A43A70
Tints of Rouge #A43A70
RGB
CMYK
RGB Variations
Color information
#A43A70 (or 0xA43A70) is known color: Rouge. HEX triplet: A4, 3A and 70. RGB value is (164,58,112). Sum of RGB (Red+Green+Blue) = 164+58+112=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A70 is #5BC58F. Grayscale: #5F5F5F. Windows color (decimal): -6014352 or 7355044. OLE color: 7355044.
HSL color Cylindrical-coordinate representation of color #A43A70: hue angle of 329.43º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43A70 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 112 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.36 |
| HSL | 329.43º | 0.48% | 0.44% | - |
| HSV(B) | 329.43º | 0.65% | 0.64% | - |
| XYZ | 19.75 | 12.09 | 16.62 | - |
| YUV | 95.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 112 | 0 | 0.65 | 0.32 | 0.36 | 329.43 | 0.48 | 0.44 |
| Hex | A4 | 3A | 70 | 0 | 41 | 20 | 24 | 149 | 30 | 2C |
| Octal | 244 | 72 | 160 | 0 | 101 | 40 | 44 | 511 | 60 | 54 |
| Binary | 10100100 | 111010 | 1110000 | 0 | 1000001 | 100000 | 100100 | 101001001 | 110000 | 101100 |
Color Harmonies of #A43A70
Complementary color
Monochromatic Colors of #A43A70
Black with #A43A70
Text Example
Text Example
White with #A43A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A70; }
p { color: rgb(164,58,112); }
H1.HeaderClassName
{
color: #A43A70;
}
.AnyTagClassName
{
color: #A43A70;
}
</style>
background-color css
<style>
a { background-color: #A43A70; }
a { background-color: rgb(164,58,112); }
div.DivClassName
{
background-color: #A43A70;
}
.BgClassName
{
background-color: #A43A70;
}
</style>
border-color css
<style>
span { border-color: #A43A70; }
span { border-color: rgb(164,58,112); }
td.TdClassName
{
border-color: #A43A70;
}
.TagClassName
{
border-color: #A43A70;
}
</style>