Shades of Rouge #A1346B
Tints of Rouge #A1346B
RGB
CMYK
RGB Variations
Color information
#A1346B (or 0xA1346B) is known color: Rouge. HEX triplet: A1, 34 and 6B. RGB value is (161,52,107). Sum of RGB (Red+Green+Blue) = 161+52+107=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1346B is #5ECB94. Grayscale: #5A5A5A. Windows color (decimal): -6212501 or 7025825. OLE color: 7025825.
HSL color Cylindrical-coordinate representation of color #A1346B: hue angle of 329.72º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1346B is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 107 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.37 |
| HSL | 329.72º | 0.51% | 0.42% | - |
| HSV(B) | 329.72º | 0.68% | 0.63% | - |
| XYZ | 18.58 | 11.09 | 15.07 | - |
| YUV | 90.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 107 | 0 | 0.68 | 0.34 | 0.37 | 329.72 | 0.51 | 0.42 |
| Hex | A1 | 34 | 6B | 0 | 44 | 22 | 25 | 14A | 33 | 2A |
| Octal | 241 | 64 | 153 | 0 | 104 | 42 | 45 | 512 | 63 | 52 |
| Binary | 10100001 | 110100 | 1101011 | 0 | 1000100 | 100010 | 100101 | 101001010 | 110011 | 101010 |
Color Harmonies of #A1346B
Complementary color
Monochromatic Colors of #A1346B
Black with #A1346B
Text Example
Text Example
White with #A1346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1346B; }
p { color: rgb(161,52,107); }
H1.HeaderClassName
{
color: #A1346B;
}
.AnyTagClassName
{
color: #A1346B;
}
</style>
background-color css
<style>
a { background-color: #A1346B; }
a { background-color: rgb(161,52,107); }
div.DivClassName
{
background-color: #A1346B;
}
.BgClassName
{
background-color: #A1346B;
}
</style>
border-color css
<style>
span { border-color: #A1346B; }
span { border-color: rgb(161,52,107); }
td.TdClassName
{
border-color: #A1346B;
}
.TagClassName
{
border-color: #A1346B;
}
</style>