Shades of Rouge #A6316E
Tints of Rouge #A6316E
RGB
CMYK
RGB Variations
Color information
#A6316E (or 0xA6316E) is known color: Rouge. HEX triplet: A6, 31 and 6E. RGB value is (166,49,110). Sum of RGB (Red+Green+Blue) = 166+49+110=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6316E is #59CE91. Grayscale: #5A5A5A. Windows color (decimal): -5885586 or 7221670. OLE color: 7221670.
HSL color Cylindrical-coordinate representation of color #A6316E: hue angle of 328.72º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6316E is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 110 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.35 |
| HSL | 328.72º | 0.54% | 0.42% | - |
| HSV(B) | 328.72º | 0.7% | 0.65% | - |
| XYZ | 19.64 | 11.43 | 15.92 | - |
| YUV | 90.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 110 | 0 | 0.70 | 0.34 | 0.35 | 328.72 | 0.54 | 0.42 |
| Hex | A6 | 31 | 6E | 0 | 46 | 22 | 23 | 149 | 36 | 2A |
| Octal | 246 | 61 | 156 | 0 | 106 | 42 | 43 | 511 | 66 | 52 |
| Binary | 10100110 | 110001 | 1101110 | 0 | 1000110 | 100010 | 100011 | 101001001 | 110110 | 101010 |
Color Harmonies of #A6316E
Complementary color
Monochromatic Colors of #A6316E
Black with #A6316E
Text Example
Text Example
White with #A6316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6316E; }
p { color: rgb(166,49,110); }
H1.HeaderClassName
{
color: #A6316E;
}
.AnyTagClassName
{
color: #A6316E;
}
</style>
background-color css
<style>
a { background-color: #A6316E; }
a { background-color: rgb(166,49,110); }
div.DivClassName
{
background-color: #A6316E;
}
.BgClassName
{
background-color: #A6316E;
}
</style>
border-color css
<style>
span { border-color: #A6316E; }
span { border-color: rgb(166,49,110); }
td.TdClassName
{
border-color: #A6316E;
}
.TagClassName
{
border-color: #A6316E;
}
</style>