Shades of Rouge #A13770
Tints of Rouge #A13770
RGB
CMYK
RGB Variations
Color information
#A13770 (or 0xA13770) is known color: Rouge. HEX triplet: A1, 37 and 70. RGB value is (161,55,112). Sum of RGB (Red+Green+Blue) = 161+55+112=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A13770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13770 is #5EC88F. Grayscale: #5D5D5D. Windows color (decimal): -6211728 or 7354273. OLE color: 7354273.
HSL color Cylindrical-coordinate representation of color #A13770: hue angle of 327.74º 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 #A13770 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 112 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.37 |
| HSL | 327.74º | 0.49% | 0.42% | - |
| HSV(B) | 327.74º | 0.66% | 0.63% | - |
| XYZ | 18.99 | 11.48 | 16.54 | - |
| YUV | 93.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 112 | 0 | 0.66 | 0.30 | 0.37 | 327.74 | 0.49 | 0.42 |
| Hex | A1 | 37 | 70 | 0 | 42 | 1E | 25 | 148 | 31 | 2A |
| Octal | 241 | 67 | 160 | 0 | 102 | 36 | 45 | 510 | 61 | 52 |
| Binary | 10100001 | 110111 | 1110000 | 0 | 1000010 | 11110 | 100101 | 101001000 | 110001 | 101010 |
Color Harmonies of #A13770
Complementary color
Monochromatic Colors of #A13770
Black with #A13770
Text Example
Text Example
White with #A13770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13770; }
p { color: rgb(161,55,112); }
H1.HeaderClassName
{
color: #A13770;
}
.AnyTagClassName
{
color: #A13770;
}
</style>
background-color css
<style>
a { background-color: #A13770; }
a { background-color: rgb(161,55,112); }
div.DivClassName
{
background-color: #A13770;
}
.BgClassName
{
background-color: #A13770;
}
</style>
border-color css
<style>
span { border-color: #A13770; }
span { border-color: rgb(161,55,112); }
td.TdClassName
{
border-color: #A13770;
}
.TagClassName
{
border-color: #A13770;
}
</style>