Shades of Rouge #A03574
Tints of Rouge #A03574
RGB
CMYK
RGB Variations
Color information
#A03574 (or 0xA03574) is known color: Rouge. HEX triplet: A0, 35 and 74. RGB value is (160,53,116). Sum of RGB (Red+Green+Blue) = 160+53+116=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03574 is #5FCA8B. Grayscale: #5C5C5C. Windows color (decimal): -6277772 or 7615904. OLE color: 7615904.
HSL color Cylindrical-coordinate representation of color #A03574: hue angle of 324.67º 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 #A03574 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 116 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.37 |
| HSL | 324.67º | 0.5% | 0.42% | - |
| HSV(B) | 324.67º | 0.67% | 0.63% | - |
| XYZ | 18.92 | 11.28 | 17.7 | - |
| YUV | 92.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 116 | 0 | 0.67 | 0.28 | 0.37 | 324.67 | 0.5 | 0.42 |
| Hex | A0 | 35 | 74 | 0 | 43 | 1C | 25 | 145 | 32 | 2A |
| Octal | 240 | 65 | 164 | 0 | 103 | 34 | 45 | 505 | 62 | 52 |
| Binary | 10100000 | 110101 | 1110100 | 0 | 1000011 | 11100 | 100101 | 101000101 | 110010 | 101010 |
Color Harmonies of #A03574
Complementary color
Monochromatic Colors of #A03574
Black with #A03574
Text Example
Text Example
White with #A03574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03574; }
p { color: rgb(160,53,116); }
H1.HeaderClassName
{
color: #A03574;
}
.AnyTagClassName
{
color: #A03574;
}
</style>
background-color css
<style>
a { background-color: #A03574; }
a { background-color: rgb(160,53,116); }
div.DivClassName
{
background-color: #A03574;
}
.BgClassName
{
background-color: #A03574;
}
</style>
border-color css
<style>
span { border-color: #A03574; }
span { border-color: rgb(160,53,116); }
td.TdClassName
{
border-color: #A03574;
}
.TagClassName
{
border-color: #A03574;
}
</style>