Shades of Rouge #A53470
Tints of Rouge #A53470
RGB
CMYK
RGB Variations
Color information
#A53470 (or 0xA53470) is known color: Rouge. HEX triplet: A5, 34 and 70. RGB value is (165,52,112). Sum of RGB (Red+Green+Blue) = 165+52+112=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A53470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53470 is #5ACB8F. Grayscale: #5C5C5C. Windows color (decimal): -5950352 or 7353509. OLE color: 7353509.
HSL color Cylindrical-coordinate representation of color #A53470: hue angle of 328.14º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53470 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 52 | 112 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.35 |
| HSL | 328.14º | 0.52% | 0.43% | - |
| HSV(B) | 328.14º | 0.68% | 0.65% | - |
| XYZ | 19.67 | 11.63 | 16.54 | - |
| YUV | 92.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 52 | 112 | 0 | 0.68 | 0.32 | 0.35 | 328.14 | 0.52 | 0.43 |
| Hex | A5 | 34 | 70 | 0 | 44 | 20 | 23 | 148 | 34 | 2B |
| Octal | 245 | 64 | 160 | 0 | 104 | 40 | 43 | 510 | 64 | 53 |
| Binary | 10100101 | 110100 | 1110000 | 0 | 1000100 | 100000 | 100011 | 101001000 | 110100 | 101011 |
Color Harmonies of #A53470
Complementary color
Monochromatic Colors of #A53470
Black with #A53470
Text Example
Text Example
White with #A53470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53470; }
p { color: rgb(165,52,112); }
H1.HeaderClassName
{
color: #A53470;
}
.AnyTagClassName
{
color: #A53470;
}
</style>
background-color css
<style>
a { background-color: #A53470; }
a { background-color: rgb(165,52,112); }
div.DivClassName
{
background-color: #A53470;
}
.BgClassName
{
background-color: #A53470;
}
</style>
border-color css
<style>
span { border-color: #A53470; }
span { border-color: rgb(165,52,112); }
td.TdClassName
{
border-color: #A53470;
}
.TagClassName
{
border-color: #A53470;
}
</style>