Shades of Rouge #A1296F
Tints of Rouge #A1296F
RGB
CMYK
RGB Variations
Color information
#A1296F (or 0xA1296F) is known color: Rouge. HEX triplet: A1, 29 and 6F. RGB value is (161,41,111). Sum of RGB (Red+Green+Blue) = 161+41+111=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A1296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1296F is #5ED690. Grayscale: #545454. Windows color (decimal): -6215313 or 7285153. OLE color: 7285153.
HSL color Cylindrical-coordinate representation of color #A1296F: hue angle of 325º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1296F is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 111 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.37 |
| HSL | 325º | 0.59% | 0.4% | - |
| HSV(B) | 325º | 0.75% | 0.63% | - |
| XYZ | 18.36 | 10.31 | 16.06 | - |
| YUV | 84.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 111 | 0 | 0.75 | 0.31 | 0.37 | 325 | 0.59 | 0.4 |
| Hex | A1 | 29 | 6F | 0 | 4B | 1F | 25 | 145 | 3B | 28 |
| Octal | 241 | 51 | 157 | 0 | 113 | 37 | 45 | 505 | 73 | 50 |
| Binary | 10100001 | 101001 | 1101111 | 0 | 1001011 | 11111 | 100101 | 101000101 | 111011 | 101000 |
Color Harmonies of #A1296F
Complementary color
Monochromatic Colors of #A1296F
Black with #A1296F
Text Example
Text Example
White with #A1296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1296F; }
p { color: rgb(161,41,111); }
H1.HeaderClassName
{
color: #A1296F;
}
.AnyTagClassName
{
color: #A1296F;
}
</style>
background-color css
<style>
a { background-color: #A1296F; }
a { background-color: rgb(161,41,111); }
div.DivClassName
{
background-color: #A1296F;
}
.BgClassName
{
background-color: #A1296F;
}
</style>
border-color css
<style>
span { border-color: #A1296F; }
span { border-color: rgb(161,41,111); }
td.TdClassName
{
border-color: #A1296F;
}
.TagClassName
{
border-color: #A1296F;
}
</style>