Shades of Medium Red Violet #A53A7B
Tints of Medium Red Violet #A53A7B
RGB
CMYK
RGB Variations
Color information
#A53A7B (or 0xA53A7B) is known color: Medium Red Violet. HEX triplet: A5, 3A and 7B. RGB value is (165,58,123). Sum of RGB (Red+Green+Blue) = 165+58+123=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A7B is #5AC584. Grayscale: #616161. Windows color (decimal): -5948805 or 8075941. OLE color: 8075941.
HSL color Cylindrical-coordinate representation of color #A53A7B: hue angle of 323.55º 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 #A53A7B is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 123 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.35 |
| HSL | 323.55º | 0.48% | 0.44% | - |
| HSV(B) | 323.55º | 0.65% | 0.65% | - |
| XYZ | 20.61 | 12.46 | 20.06 | - |
| YUV | 97.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 123 | 0 | 0.65 | 0.25 | 0.35 | 323.55 | 0.48 | 0.44 |
| Hex | A5 | 3A | 7B | 0 | 41 | 19 | 23 | 144 | 30 | 2C |
| Octal | 245 | 72 | 173 | 0 | 101 | 31 | 43 | 504 | 60 | 54 |
| Binary | 10100101 | 111010 | 1111011 | 0 | 1000001 | 11001 | 100011 | 101000100 | 110000 | 101100 |
Color Harmonies of #A53A7B
Complementary color
Monochromatic Colors of #A53A7B
Black with #A53A7B
Text Example
Text Example
White with #A53A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A7B; }
p { color: rgb(165,58,123); }
H1.HeaderClassName
{
color: #A53A7B;
}
.AnyTagClassName
{
color: #A53A7B;
}
</style>
background-color css
<style>
a { background-color: #A53A7B; }
a { background-color: rgb(165,58,123); }
div.DivClassName
{
background-color: #A53A7B;
}
.BgClassName
{
background-color: #A53A7B;
}
</style>
border-color css
<style>
span { border-color: #A53A7B; }
span { border-color: rgb(165,58,123); }
td.TdClassName
{
border-color: #A53A7B;
}
.TagClassName
{
border-color: #A53A7B;
}
</style>