Shades of Rouge #A03A74
Tints of Rouge #A03A74
RGB
CMYK
RGB Variations
Color information
#A03A74 (or 0xA03A74) is known color: Rouge. HEX triplet: A0, 3A and 74. RGB value is (160,58,116). Sum of RGB (Red+Green+Blue) = 160+58+116=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03A74 is #5FC58B. Grayscale: #5E5E5E. Windows color (decimal): -6276492 or 7617184. OLE color: 7617184.
HSL color Cylindrical-coordinate representation of color #A03A74: hue angle of 325.88º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03A74 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 116 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.37 |
| HSL | 325.88º | 0.47% | 0.43% | - |
| HSV(B) | 325.88º | 0.64% | 0.63% | - |
| XYZ | 19.16 | 11.76 | 17.78 | - |
| YUV | 95.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 116 | 0 | 0.64 | 0.28 | 0.37 | 325.88 | 0.47 | 0.43 |
| Hex | A0 | 3A | 74 | 0 | 40 | 1C | 25 | 146 | 2F | 2B |
| Octal | 240 | 72 | 164 | 0 | 100 | 34 | 45 | 506 | 57 | 53 |
| Binary | 10100000 | 111010 | 1110100 | 0 | 1000000 | 11100 | 100101 | 101000110 | 101111 | 101011 |
Color Harmonies of #A03A74
Complementary color
Monochromatic Colors of #A03A74
Black with #A03A74
Text Example
Text Example
White with #A03A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A74; }
p { color: rgb(160,58,116); }
H1.HeaderClassName
{
color: #A03A74;
}
.AnyTagClassName
{
color: #A03A74;
}
</style>
background-color css
<style>
a { background-color: #A03A74; }
a { background-color: rgb(160,58,116); }
div.DivClassName
{
background-color: #A03A74;
}
.BgClassName
{
background-color: #A03A74;
}
</style>
border-color css
<style>
span { border-color: #A03A74; }
span { border-color: rgb(160,58,116); }
td.TdClassName
{
border-color: #A03A74;
}
.TagClassName
{
border-color: #A03A74;
}
</style>