Shades of Rouge #A53A6D
Tints of Rouge #A53A6D
RGB
CMYK
RGB Variations
Color information
#A53A6D (or 0xA53A6D) is known color: Rouge. HEX triplet: A5, 3A and 6D. RGB value is (165,58,109). Sum of RGB (Red+Green+Blue) = 165+58+109=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A6D is #5AC592. Grayscale: #5F5F5F. Windows color (decimal): -5948819 or 7158437. OLE color: 7158437.
HSL color Cylindrical-coordinate representation of color #A53A6D: hue angle of 331.4º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53A6D is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 109 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.35 |
| HSL | 331.4º | 0.48% | 0.44% | - |
| HSV(B) | 331.4º | 0.65% | 0.65% | - |
| XYZ | 19.79 | 12.13 | 15.77 | - |
| YUV | 95.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 109 | 0 | 0.65 | 0.34 | 0.35 | 331.4 | 0.48 | 0.44 |
| Hex | A5 | 3A | 6D | 0 | 41 | 22 | 23 | 14B | 30 | 2C |
| Octal | 245 | 72 | 155 | 0 | 101 | 42 | 43 | 513 | 60 | 54 |
| Binary | 10100101 | 111010 | 1101101 | 0 | 1000001 | 100010 | 100011 | 101001011 | 110000 | 101100 |
Color Harmonies of #A53A6D
Complementary color
Monochromatic Colors of #A53A6D
Black with #A53A6D
Text Example
Text Example
White with #A53A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A6D; }
p { color: rgb(165,58,109); }
H1.HeaderClassName
{
color: #A53A6D;
}
.AnyTagClassName
{
color: #A53A6D;
}
</style>
background-color css
<style>
a { background-color: #A53A6D; }
a { background-color: rgb(165,58,109); }
div.DivClassName
{
background-color: #A53A6D;
}
.BgClassName
{
background-color: #A53A6D;
}
</style>
border-color css
<style>
span { border-color: #A53A6D; }
span { border-color: rgb(165,58,109); }
td.TdClassName
{
border-color: #A53A6D;
}
.TagClassName
{
border-color: #A53A6D;
}
</style>