Shades of Rouge #A53A6E
Tints of Rouge #A53A6E
RGB
CMYK
RGB Variations
Color information
#A53A6E (or 0xA53A6E) is known color: Rouge. HEX triplet: A5, 3A and 6E. RGB value is (165,58,110). Sum of RGB (Red+Green+Blue) = 165+58+110=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A6E is #5AC591. Grayscale: #5F5F5F. Windows color (decimal): -5948818 or 7223973. OLE color: 7223973.
HSL color Cylindrical-coordinate representation of color #A53A6E: hue angle of 330.84º 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 #A53A6E is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 110 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.35 |
| HSL | 330.84º | 0.48% | 0.44% | - |
| HSV(B) | 330.84º | 0.65% | 0.65% | - |
| XYZ | 19.84 | 12.15 | 16.05 | - |
| YUV | 95.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 110 | 0 | 0.65 | 0.33 | 0.35 | 330.84 | 0.48 | 0.44 |
| Hex | A5 | 3A | 6E | 0 | 41 | 21 | 23 | 14B | 30 | 2C |
| Octal | 245 | 72 | 156 | 0 | 101 | 41 | 43 | 513 | 60 | 54 |
| Binary | 10100101 | 111010 | 1101110 | 0 | 1000001 | 100001 | 100011 | 101001011 | 110000 | 101100 |
Color Harmonies of #A53A6E
Complementary color
Monochromatic Colors of #A53A6E
Black with #A53A6E
Text Example
Text Example
White with #A53A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A6E; }
p { color: rgb(165,58,110); }
H1.HeaderClassName
{
color: #A53A6E;
}
.AnyTagClassName
{
color: #A53A6E;
}
</style>
background-color css
<style>
a { background-color: #A53A6E; }
a { background-color: rgb(165,58,110); }
div.DivClassName
{
background-color: #A53A6E;
}
.BgClassName
{
background-color: #A53A6E;
}
</style>
border-color css
<style>
span { border-color: #A53A6E; }
span { border-color: rgb(165,58,110); }
td.TdClassName
{
border-color: #A53A6E;
}
.TagClassName
{
border-color: #A53A6E;
}
</style>