Shades of Medium Red Violet #A53D7B
Tints of Medium Red Violet #A53D7B
RGB
CMYK
RGB Variations
Color information
#A53D7B (or 0xA53D7B) is known color: Medium Red Violet. HEX triplet: A5, 3D and 7B. RGB value is (165,61,123). Sum of RGB (Red+Green+Blue) = 165+61+123=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53D7B is #5AC284. Grayscale: #636363. Windows color (decimal): -5948037 or 8076709. OLE color: 8076709.
HSL color Cylindrical-coordinate representation of color #A53D7B: hue angle of 324.23º 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 #A53D7B is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 123 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.35 |
| HSL | 324.23º | 0.46% | 0.44% | - |
| HSV(B) | 324.23º | 0.63% | 0.65% | - |
| XYZ | 20.76 | 12.77 | 20.11 | - |
| YUV | 99.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 123 | 0 | 0.63 | 0.25 | 0.35 | 324.23 | 0.46 | 0.44 |
| Hex | A5 | 3D | 7B | 0 | 3F | 19 | 23 | 144 | 2E | 2C |
| Octal | 245 | 75 | 173 | 0 | 77 | 31 | 43 | 504 | 56 | 54 |
| Binary | 10100101 | 111101 | 1111011 | 0 | 111111 | 11001 | 100011 | 101000100 | 101110 | 101100 |
Color Harmonies of #A53D7B
Complementary color
Monochromatic Colors of #A53D7B
Black with #A53D7B
Text Example
Text Example
White with #A53D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D7B; }
p { color: rgb(165,61,123); }
H1.HeaderClassName
{
color: #A53D7B;
}
.AnyTagClassName
{
color: #A53D7B;
}
</style>
background-color css
<style>
a { background-color: #A53D7B; }
a { background-color: rgb(165,61,123); }
div.DivClassName
{
background-color: #A53D7B;
}
.BgClassName
{
background-color: #A53D7B;
}
</style>
border-color css
<style>
span { border-color: #A53D7B; }
span { border-color: rgb(165,61,123); }
td.TdClassName
{
border-color: #A53D7B;
}
.TagClassName
{
border-color: #A53D7B;
}
</style>