Shades of Rouge #A53E6B
Tints of Rouge #A53E6B
RGB
CMYK
RGB Variations
Color information
#A53E6B (or 0xA53E6B) is known color: Rouge. HEX triplet: A5, 3E and 6B. RGB value is (165,62,107). Sum of RGB (Red+Green+Blue) = 165+62+107=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53E6B is #5AC194. Grayscale: #616161. Windows color (decimal): -5947797 or 7028389. OLE color: 7028389.
HSL color Cylindrical-coordinate representation of color #A53E6B: hue angle of 333.79º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53E6B is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 62 | 107 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.35 |
| HSL | 333.79º | 0.45% | 0.45% | - |
| HSV(B) | 333.79º | 0.62% | 0.65% | - |
| XYZ | 19.89 | 12.51 | 15.28 | - |
| YUV | 97.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 107 | 0 | 0.62 | 0.35 | 0.35 | 333.79 | 0.45 | 0.45 |
| Hex | A5 | 3E | 6B | 0 | 3E | 23 | 23 | 14E | 2D | 2D |
| Octal | 245 | 76 | 153 | 0 | 76 | 43 | 43 | 516 | 55 | 55 |
| Binary | 10100101 | 111110 | 1101011 | 0 | 111110 | 100011 | 100011 | 101001110 | 101101 | 101101 |
Color Harmonies of #A53E6B
Complementary color
Monochromatic Colors of #A53E6B
Black with #A53E6B
Text Example
Text Example
White with #A53E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53E6B; }
p { color: rgb(165,62,107); }
H1.HeaderClassName
{
color: #A53E6B;
}
.AnyTagClassName
{
color: #A53E6B;
}
</style>
background-color css
<style>
a { background-color: #A53E6B; }
a { background-color: rgb(165,62,107); }
div.DivClassName
{
background-color: #A53E6B;
}
.BgClassName
{
background-color: #A53E6B;
}
</style>
border-color css
<style>
span { border-color: #A53E6B; }
span { border-color: rgb(165,62,107); }
td.TdClassName
{
border-color: #A53E6B;
}
.TagClassName
{
border-color: #A53E6B;
}
</style>