Shades of Rouge #A12E6E
Tints of Rouge #A12E6E
RGB
CMYK
RGB Variations
Color information
#A12E6E (or 0xA12E6E) is known color: Rouge. HEX triplet: A1, 2E and 6E. RGB value is (161,46,110). Sum of RGB (Red+Green+Blue) = 161+46+110=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12E6E is #5ED191. Grayscale: #575757. Windows color (decimal): -6214034 or 7220897. OLE color: 7220897.
HSL color Cylindrical-coordinate representation of color #A12E6E: hue angle of 326.61º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12E6E is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 46 | 110 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.37 |
| HSL | 326.61º | 0.56% | 0.41% | - |
| HSV(B) | 326.61º | 0.71% | 0.63% | - |
| XYZ | 18.49 | 10.66 | 15.83 | - |
| YUV | 87.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 110 | 0 | 0.71 | 0.32 | 0.37 | 326.61 | 0.56 | 0.41 |
| Hex | A1 | 2E | 6E | 0 | 47 | 20 | 25 | 147 | 38 | 29 |
| Octal | 241 | 56 | 156 | 0 | 107 | 40 | 45 | 507 | 70 | 51 |
| Binary | 10100001 | 101110 | 1101110 | 0 | 1000111 | 100000 | 100101 | 101000111 | 111000 | 101001 |
Color Harmonies of #A12E6E
Complementary color
Monochromatic Colors of #A12E6E
Black with #A12E6E
Text Example
Text Example
White with #A12E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12E6E; }
p { color: rgb(161,46,110); }
H1.HeaderClassName
{
color: #A12E6E;
}
.AnyTagClassName
{
color: #A12E6E;
}
</style>
background-color css
<style>
a { background-color: #A12E6E; }
a { background-color: rgb(161,46,110); }
div.DivClassName
{
background-color: #A12E6E;
}
.BgClassName
{
background-color: #A12E6E;
}
</style>
border-color css
<style>
span { border-color: #A12E6E; }
span { border-color: rgb(161,46,110); }
td.TdClassName
{
border-color: #A12E6E;
}
.TagClassName
{
border-color: #A12E6E;
}
</style>