Shades of Rouge #A03570
Tints of Rouge #A03570
RGB
CMYK
RGB Variations
Color information
#A03570 (or 0xA03570) is known color: Rouge. HEX triplet: A0, 35 and 70. RGB value is (160,53,112). Sum of RGB (Red+Green+Blue) = 160+53+112=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A03570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03570 is #5FCA8F. Grayscale: #5B5B5B. Windows color (decimal): -6277776 or 7353760. OLE color: 7353760.
HSL color Cylindrical-coordinate representation of color #A03570: hue angle of 326.92º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03570 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 112 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.37 |
| HSL | 326.92º | 0.5% | 0.42% | - |
| HSV(B) | 326.92º | 0.67% | 0.63% | - |
| XYZ | 18.69 | 11.19 | 16.5 | - |
| YUV | 91.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 112 | 0 | 0.67 | 0.30 | 0.37 | 326.92 | 0.5 | 0.42 |
| Hex | A0 | 35 | 70 | 0 | 43 | 1E | 25 | 147 | 32 | 2A |
| Octal | 240 | 65 | 160 | 0 | 103 | 36 | 45 | 507 | 62 | 52 |
| Binary | 10100000 | 110101 | 1110000 | 0 | 1000011 | 11110 | 100101 | 101000111 | 110010 | 101010 |
Color Harmonies of #A03570
Complementary color
Monochromatic Colors of #A03570
Black with #A03570
Text Example
Text Example
White with #A03570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03570; }
p { color: rgb(160,53,112); }
H1.HeaderClassName
{
color: #A03570;
}
.AnyTagClassName
{
color: #A03570;
}
</style>
background-color css
<style>
a { background-color: #A03570; }
a { background-color: rgb(160,53,112); }
div.DivClassName
{
background-color: #A03570;
}
.BgClassName
{
background-color: #A03570;
}
</style>
border-color css
<style>
span { border-color: #A03570; }
span { border-color: rgb(160,53,112); }
td.TdClassName
{
border-color: #A03570;
}
.TagClassName
{
border-color: #A03570;
}
</style>