Shades of Rouge #A53163
Tints of Rouge #A53163
RGB
CMYK
RGB Variations
Color information
#A53163 (or 0xA53163) is known color: Rouge. HEX triplet: A5, 31 and 63. RGB value is (165,49,99). Sum of RGB (Red+Green+Blue) = 165+49+99=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A53163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53163 is #5ACE9C. Grayscale: #595959. Windows color (decimal): -5951133 or 6500773. OLE color: 6500773.
HSL color Cylindrical-coordinate representation of color #A53163: hue angle of 334.14º 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 #A53163 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 49 | 99 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.35 |
| HSL | 334.14º | 0.54% | 0.42% | - |
| HSV(B) | 334.14º | 0.7% | 0.65% | - |
| XYZ | 18.87 | 11.1 | 12.95 | - |
| YUV | 89.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 49 | 99 | 0 | 0.70 | 0.40 | 0.35 | 334.14 | 0.54 | 0.42 |
| Hex | A5 | 31 | 63 | 0 | 46 | 28 | 23 | 14E | 36 | 2A |
| Octal | 245 | 61 | 143 | 0 | 106 | 50 | 43 | 516 | 66 | 52 |
| Binary | 10100101 | 110001 | 1100011 | 0 | 1000110 | 101000 | 100011 | 101001110 | 110110 | 101010 |
Color Harmonies of #A53163
Complementary color
Monochromatic Colors of #A53163
Black with #A53163
Text Example
Text Example
White with #A53163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53163; }
p { color: rgb(165,49,99); }
H1.HeaderClassName
{
color: #A53163;
}
.AnyTagClassName
{
color: #A53163;
}
</style>
background-color css
<style>
a { background-color: #A53163; }
a { background-color: rgb(165,49,99); }
div.DivClassName
{
background-color: #A53163;
}
.BgClassName
{
background-color: #A53163;
}
</style>
border-color css
<style>
span { border-color: #A53163; }
span { border-color: rgb(165,49,99); }
td.TdClassName
{
border-color: #A53163;
}
.TagClassName
{
border-color: #A53163;
}
</style>