Shades of Rouge #A53C75
Tints of Rouge #A53C75
RGB
CMYK
RGB Variations
Color information
#A53C75 (or 0xA53C75) is known color: Rouge. HEX triplet: A5, 3C and 75. RGB value is (165,60,117). Sum of RGB (Red+Green+Blue) = 165+60+117=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C75 is #5AC38A. Grayscale: #616161. Windows color (decimal): -5948299 or 7683237. OLE color: 7683237.
HSL color Cylindrical-coordinate representation of color #A53C75: hue angle of 327.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53C75 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 60 | 117 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.35 |
| HSL | 327.43º | 0.47% | 0.44% | - |
| HSV(B) | 327.43º | 0.64% | 0.65% | - |
| XYZ | 20.34 | 12.52 | 18.17 | - |
| YUV | 97.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 117 | 0 | 0.64 | 0.29 | 0.35 | 327.43 | 0.47 | 0.44 |
| Hex | A5 | 3C | 75 | 0 | 40 | 1D | 23 | 147 | 2F | 2C |
| Octal | 245 | 74 | 165 | 0 | 100 | 35 | 43 | 507 | 57 | 54 |
| Binary | 10100101 | 111100 | 1110101 | 0 | 1000000 | 11101 | 100011 | 101000111 | 101111 | 101100 |
Color Harmonies of #A53C75
Complementary color
Monochromatic Colors of #A53C75
Black with #A53C75
Text Example
Text Example
White with #A53C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53C75; }
p { color: rgb(165,60,117); }
H1.HeaderClassName
{
color: #A53C75;
}
.AnyTagClassName
{
color: #A53C75;
}
</style>
background-color css
<style>
a { background-color: #A53C75; }
a { background-color: rgb(165,60,117); }
div.DivClassName
{
background-color: #A53C75;
}
.BgClassName
{
background-color: #A53C75;
}
</style>
border-color css
<style>
span { border-color: #A53C75; }
span { border-color: rgb(165,60,117); }
td.TdClassName
{
border-color: #A53C75;
}
.TagClassName
{
border-color: #A53C75;
}
</style>