Shades of Rouge #A03774
Tints of Rouge #A03774
RGB
CMYK
RGB Variations
Color information
#A03774 (or 0xA03774) is known color: Rouge. HEX triplet: A0, 37 and 74. RGB value is (160,55,116). Sum of RGB (Red+Green+Blue) = 160+55+116=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A03774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03774 is #5FC88B. Grayscale: #5D5D5D. Windows color (decimal): -6277260 or 7616416. OLE color: 7616416.
HSL color Cylindrical-coordinate representation of color #A03774: hue angle of 325.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03774 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 116 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.37 |
| HSL | 325.14º | 0.49% | 0.42% | - |
| HSV(B) | 325.14º | 0.66% | 0.63% | - |
| XYZ | 19.02 | 11.47 | 17.73 | - |
| YUV | 93.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 116 | 0 | 0.66 | 0.28 | 0.37 | 325.14 | 0.49 | 0.42 |
| Hex | A0 | 37 | 74 | 0 | 42 | 1C | 25 | 145 | 31 | 2A |
| Octal | 240 | 67 | 164 | 0 | 102 | 34 | 45 | 505 | 61 | 52 |
| Binary | 10100000 | 110111 | 1110100 | 0 | 1000010 | 11100 | 100101 | 101000101 | 110001 | 101010 |
Color Harmonies of #A03774
Complementary color
Monochromatic Colors of #A03774
Black with #A03774
Text Example
Text Example
White with #A03774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03774; }
p { color: rgb(160,55,116); }
H1.HeaderClassName
{
color: #A03774;
}
.AnyTagClassName
{
color: #A03774;
}
</style>
background-color css
<style>
a { background-color: #A03774; }
a { background-color: rgb(160,55,116); }
div.DivClassName
{
background-color: #A03774;
}
.BgClassName
{
background-color: #A03774;
}
</style>
border-color css
<style>
span { border-color: #A03774; }
span { border-color: rgb(160,55,116); }
td.TdClassName
{
border-color: #A03774;
}
.TagClassName
{
border-color: #A03774;
}
</style>