Shades of Rouge #A13E6C
Tints of Rouge #A13E6C
RGB
CMYK
RGB Variations
Color information
#A13E6C (or 0xA13E6C) is known color: Rouge. HEX triplet: A1, 3E and 6C. RGB value is (161,62,108). Sum of RGB (Red+Green+Blue) = 161+62+108=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E6C is #5EC193. Grayscale: #606060. Windows color (decimal): -6209940 or 7093921. OLE color: 7093921.
HSL color Cylindrical-coordinate representation of color #A13E6C: hue angle of 332.12º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A13E6C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 62 | 108 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.37 |
| HSL | 332.12º | 0.44% | 0.44% | - |
| HSV(B) | 332.12º | 0.61% | 0.63% | - |
| XYZ | 19.13 | 12.11 | 15.52 | - |
| YUV | 96.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 108 | 0 | 0.61 | 0.33 | 0.37 | 332.12 | 0.44 | 0.44 |
| Hex | A1 | 3E | 6C | 0 | 3D | 21 | 25 | 14C | 2C | 2C |
| Octal | 241 | 76 | 154 | 0 | 75 | 41 | 45 | 514 | 54 | 54 |
| Binary | 10100001 | 111110 | 1101100 | 0 | 111101 | 100001 | 100101 | 101001100 | 101100 | 101100 |
Color Harmonies of #A13E6C
Complementary color
Monochromatic Colors of #A13E6C
Black with #A13E6C
Text Example
Text Example
White with #A13E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13E6C; }
p { color: rgb(161,62,108); }
H1.HeaderClassName
{
color: #A13E6C;
}
.AnyTagClassName
{
color: #A13E6C;
}
</style>
background-color css
<style>
a { background-color: #A13E6C; }
a { background-color: rgb(161,62,108); }
div.DivClassName
{
background-color: #A13E6C;
}
.BgClassName
{
background-color: #A13E6C;
}
</style>
border-color css
<style>
span { border-color: #A13E6C; }
span { border-color: rgb(161,62,108); }
td.TdClassName
{
border-color: #A13E6C;
}
.TagClassName
{
border-color: #A13E6C;
}
</style>