Shades of Rouge #A53D6B
Tints of Rouge #A53D6B
RGB
CMYK
RGB Variations
Color information
#A53D6B (or 0xA53D6B) is known color: Rouge. HEX triplet: A5, 3D and 6B. RGB value is (165,61,107). Sum of RGB (Red+Green+Blue) = 165+61+107=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53D6B is #5AC294. Grayscale: #616161. Windows color (decimal): -5948053 or 7028133. OLE color: 7028133.
HSL color Cylindrical-coordinate representation of color #A53D6B: hue angle of 333.46º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53D6B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 107 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.35 |
| HSL | 333.46º | 0.46% | 0.44% | - |
| HSV(B) | 333.46º | 0.63% | 0.65% | - |
| XYZ | 19.84 | 12.4 | 15.26 | - |
| YUV | 97.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 107 | 0 | 0.63 | 0.35 | 0.35 | 333.46 | 0.46 | 0.44 |
| Hex | A5 | 3D | 6B | 0 | 3F | 23 | 23 | 14D | 2E | 2C |
| Octal | 245 | 75 | 153 | 0 | 77 | 43 | 43 | 515 | 56 | 54 |
| Binary | 10100101 | 111101 | 1101011 | 0 | 111111 | 100011 | 100011 | 101001101 | 101110 | 101100 |
Color Harmonies of #A53D6B
Complementary color
Monochromatic Colors of #A53D6B
Black with #A53D6B
Text Example
Text Example
White with #A53D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D6B; }
p { color: rgb(165,61,107); }
H1.HeaderClassName
{
color: #A53D6B;
}
.AnyTagClassName
{
color: #A53D6B;
}
</style>
background-color css
<style>
a { background-color: #A53D6B; }
a { background-color: rgb(165,61,107); }
div.DivClassName
{
background-color: #A53D6B;
}
.BgClassName
{
background-color: #A53D6B;
}
</style>
border-color css
<style>
span { border-color: #A53D6B; }
span { border-color: rgb(165,61,107); }
td.TdClassName
{
border-color: #A53D6B;
}
.TagClassName
{
border-color: #A53D6B;
}
</style>