Shades of Rouge #A53070
Tints of Rouge #A53070
RGB
CMYK
RGB Variations
Color information
#A53070 (or 0xA53070) is known color: Rouge. HEX triplet: A5, 30 and 70. RGB value is (165,48,112). Sum of RGB (Red+Green+Blue) = 165+48+112=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A53070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53070 is #5ACF8F. Grayscale: #5A5A5A. Windows color (decimal): -5951376 or 7352485. OLE color: 7352485.
HSL color Cylindrical-coordinate representation of color #A53070: hue angle of 327.18º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53070 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 112 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.35 |
| HSL | 327.18º | 0.55% | 0.42% | - |
| HSV(B) | 327.18º | 0.71% | 0.65% | - |
| XYZ | 19.5 | 11.28 | 16.48 | - |
| YUV | 90.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 112 | 0 | 0.71 | 0.32 | 0.35 | 327.18 | 0.55 | 0.42 |
| Hex | A5 | 30 | 70 | 0 | 47 | 20 | 23 | 147 | 37 | 2A |
| Octal | 245 | 60 | 160 | 0 | 107 | 40 | 43 | 507 | 67 | 52 |
| Binary | 10100101 | 110000 | 1110000 | 0 | 1000111 | 100000 | 100011 | 101000111 | 110111 | 101010 |
Color Harmonies of #A53070
Complementary color
Monochromatic Colors of #A53070
Black with #A53070
Text Example
Text Example
White with #A53070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53070; }
p { color: rgb(165,48,112); }
H1.HeaderClassName
{
color: #A53070;
}
.AnyTagClassName
{
color: #A53070;
}
</style>
background-color css
<style>
a { background-color: #A53070; }
a { background-color: rgb(165,48,112); }
div.DivClassName
{
background-color: #A53070;
}
.BgClassName
{
background-color: #A53070;
}
</style>
border-color css
<style>
span { border-color: #A53070; }
span { border-color: rgb(165,48,112); }
td.TdClassName
{
border-color: #A53070;
}
.TagClassName
{
border-color: #A53070;
}
</style>