Shades of Rouge #A1306E
Tints of Rouge #A1306E
RGB
CMYK
RGB Variations
Color information
#A1306E (or 0xA1306E) is known color: Rouge. HEX triplet: A1, 30 and 6E. RGB value is (161,48,110). Sum of RGB (Red+Green+Blue) = 161+48+110=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1306E is #5ECF91. Grayscale: #585858. Windows color (decimal): -6213522 or 7221409. OLE color: 7221409.
HSL color Cylindrical-coordinate representation of color #A1306E: hue angle of 327.08º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1306E is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 110 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.37 |
| HSL | 327.08º | 0.54% | 0.41% | - |
| HSV(B) | 327.08º | 0.7% | 0.63% | - |
| XYZ | 18.57 | 10.82 | 15.86 | - |
| YUV | 88.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 110 | 0 | 0.70 | 0.32 | 0.37 | 327.08 | 0.54 | 0.41 |
| Hex | A1 | 30 | 6E | 0 | 46 | 20 | 25 | 147 | 36 | 29 |
| Octal | 241 | 60 | 156 | 0 | 106 | 40 | 45 | 507 | 66 | 51 |
| Binary | 10100001 | 110000 | 1101110 | 0 | 1000110 | 100000 | 100101 | 101000111 | 110110 | 101001 |
Color Harmonies of #A1306E
Complementary color
Monochromatic Colors of #A1306E
Black with #A1306E
Text Example
Text Example
White with #A1306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1306E; }
p { color: rgb(161,48,110); }
H1.HeaderClassName
{
color: #A1306E;
}
.AnyTagClassName
{
color: #A1306E;
}
</style>
background-color css
<style>
a { background-color: #A1306E; }
a { background-color: rgb(161,48,110); }
div.DivClassName
{
background-color: #A1306E;
}
.BgClassName
{
background-color: #A1306E;
}
</style>
border-color css
<style>
span { border-color: #A1306E; }
span { border-color: rgb(161,48,110); }
td.TdClassName
{
border-color: #A1306E;
}
.TagClassName
{
border-color: #A1306E;
}
</style>