Shades of Rouge #A3316E
Tints of Rouge #A3316E
RGB
CMYK
RGB Variations
Color information
#A3316E (or 0xA3316E) is known color: Rouge. HEX triplet: A3, 31 and 6E. RGB value is (163,49,110). Sum of RGB (Red+Green+Blue) = 163+49+110=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3316E is #5CCE91. Grayscale: #595959. Windows color (decimal): -6082194 or 7221667. OLE color: 7221667.
HSL color Cylindrical-coordinate representation of color #A3316E: hue angle of 327.89º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3316E is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 110 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.36 |
| HSL | 327.89º | 0.54% | 0.42% | - |
| HSV(B) | 327.89º | 0.7% | 0.64% | - |
| XYZ | 19.02 | 11.11 | 15.89 | - |
| YUV | 90.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 110 | 0 | 0.70 | 0.33 | 0.36 | 327.89 | 0.54 | 0.42 |
| Hex | A3 | 31 | 6E | 0 | 46 | 21 | 24 | 148 | 36 | 2A |
| Octal | 243 | 61 | 156 | 0 | 106 | 41 | 44 | 510 | 66 | 52 |
| Binary | 10100011 | 110001 | 1101110 | 0 | 1000110 | 100001 | 100100 | 101001000 | 110110 | 101010 |
Color Harmonies of #A3316E
Complementary color
Monochromatic Colors of #A3316E
Black with #A3316E
Text Example
Text Example
White with #A3316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3316E; }
p { color: rgb(163,49,110); }
H1.HeaderClassName
{
color: #A3316E;
}
.AnyTagClassName
{
color: #A3316E;
}
</style>
background-color css
<style>
a { background-color: #A3316E; }
a { background-color: rgb(163,49,110); }
div.DivClassName
{
background-color: #A3316E;
}
.BgClassName
{
background-color: #A3316E;
}
</style>
border-color css
<style>
span { border-color: #A3316E; }
span { border-color: rgb(163,49,110); }
td.TdClassName
{
border-color: #A3316E;
}
.TagClassName
{
border-color: #A3316E;
}
</style>