Shades of Rouge #A12E6D
Tints of Rouge #A12E6D
RGB
CMYK
RGB Variations
Color information
#A12E6D (or 0xA12E6D) is known color: Rouge. HEX triplet: A1, 2E and 6D. RGB value is (161,46,109). Sum of RGB (Red+Green+Blue) = 161+46+109=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12E6D is #5ED192. Grayscale: #575757. Windows color (decimal): -6214035 or 7155361. OLE color: 7155361.
HSL color Cylindrical-coordinate representation of color #A12E6D: hue angle of 327.13º 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 #A12E6D is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 46 | 109 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.37 |
| HSL | 327.13º | 0.56% | 0.41% | - |
| HSV(B) | 327.13º | 0.71% | 0.63% | - |
| XYZ | 18.44 | 10.64 | 15.55 | - |
| YUV | 87.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 109 | 0 | 0.71 | 0.32 | 0.37 | 327.13 | 0.56 | 0.41 |
| Hex | A1 | 2E | 6D | 0 | 47 | 20 | 25 | 147 | 38 | 29 |
| Octal | 241 | 56 | 155 | 0 | 107 | 40 | 45 | 507 | 70 | 51 |
| Binary | 10100001 | 101110 | 1101101 | 0 | 1000111 | 100000 | 100101 | 101000111 | 111000 | 101001 |
Color Harmonies of #A12E6D
Complementary color
Monochromatic Colors of #A12E6D
Black with #A12E6D
Text Example
Text Example
White with #A12E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12E6D; }
p { color: rgb(161,46,109); }
H1.HeaderClassName
{
color: #A12E6D;
}
.AnyTagClassName
{
color: #A12E6D;
}
</style>
background-color css
<style>
a { background-color: #A12E6D; }
a { background-color: rgb(161,46,109); }
div.DivClassName
{
background-color: #A12E6D;
}
.BgClassName
{
background-color: #A12E6D;
}
</style>
border-color css
<style>
span { border-color: #A12E6D; }
span { border-color: rgb(161,46,109); }
td.TdClassName
{
border-color: #A12E6D;
}
.TagClassName
{
border-color: #A12E6D;
}
</style>