Shades of Rouge #A12E6C
Tints of Rouge #A12E6C
RGB
CMYK
RGB Variations
Color information
#A12E6C (or 0xA12E6C) is known color: Rouge. HEX triplet: A1, 2E and 6C. RGB value is (161,46,108). Sum of RGB (Red+Green+Blue) = 161+46+108=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12E6C is #5ED193. Grayscale: #575757. Windows color (decimal): -6214036 or 7089825. OLE color: 7089825.
HSL color Cylindrical-coordinate representation of color #A12E6C: hue angle of 327.65º 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 #A12E6C is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 46 | 108 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.37 |
| HSL | 327.65º | 0.56% | 0.41% | - |
| HSV(B) | 327.65º | 0.71% | 0.63% | - |
| XYZ | 18.38 | 10.61 | 15.27 | - |
| YUV | 87.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 108 | 0 | 0.71 | 0.33 | 0.37 | 327.65 | 0.56 | 0.41 |
| Hex | A1 | 2E | 6C | 0 | 47 | 21 | 25 | 148 | 38 | 29 |
| Octal | 241 | 56 | 154 | 0 | 107 | 41 | 45 | 510 | 70 | 51 |
| Binary | 10100001 | 101110 | 1101100 | 0 | 1000111 | 100001 | 100101 | 101001000 | 111000 | 101001 |
Color Harmonies of #A12E6C
Complementary color
Monochromatic Colors of #A12E6C
Black with #A12E6C
Text Example
Text Example
White with #A12E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12E6C; }
p { color: rgb(161,46,108); }
H1.HeaderClassName
{
color: #A12E6C;
}
.AnyTagClassName
{
color: #A12E6C;
}
</style>
background-color css
<style>
a { background-color: #A12E6C; }
a { background-color: rgb(161,46,108); }
div.DivClassName
{
background-color: #A12E6C;
}
.BgClassName
{
background-color: #A12E6C;
}
</style>
border-color css
<style>
span { border-color: #A12E6C; }
span { border-color: rgb(161,46,108); }
td.TdClassName
{
border-color: #A12E6C;
}
.TagClassName
{
border-color: #A12E6C;
}
</style>