Shades of Medium Red Violet #A5407C
Tints of Medium Red Violet #A5407C
RGB
CMYK
RGB Variations
Color information
#A5407C (or 0xA5407C) is known color: Medium Red Violet. HEX triplet: A5, 40 and 7C. RGB value is (165,64,124). Sum of RGB (Red+Green+Blue) = 165+64+124=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5407C is #5ABF83. Grayscale: #646464. Windows color (decimal): -5947268 or 8143013. OLE color: 8143013.
HSL color Cylindrical-coordinate representation of color #A5407C: hue angle of 324.36º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5407C is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 64 | 124 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.35 |
| HSL | 324.36º | 0.44% | 0.45% | - |
| HSV(B) | 324.36º | 0.61% | 0.65% | - |
| XYZ | 20.99 | 13.12 | 20.5 | - |
| YUV | 101.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 124 | 0 | 0.61 | 0.25 | 0.35 | 324.36 | 0.44 | 0.45 |
| Hex | A5 | 40 | 7C | 0 | 3D | 19 | 23 | 144 | 2C | 2D |
| Octal | 245 | 100 | 174 | 0 | 75 | 31 | 43 | 504 | 54 | 55 |
| Binary | 10100101 | 1000000 | 1111100 | 0 | 111101 | 11001 | 100011 | 101000100 | 101100 | 101101 |
Color Harmonies of #A5407C
Complementary color
Monochromatic Colors of #A5407C
Black with #A5407C
Text Example
Text Example
White with #A5407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5407C; }
p { color: rgb(165,64,124); }
H1.HeaderClassName
{
color: #A5407C;
}
.AnyTagClassName
{
color: #A5407C;
}
</style>
background-color css
<style>
a { background-color: #A5407C; }
a { background-color: rgb(165,64,124); }
div.DivClassName
{
background-color: #A5407C;
}
.BgClassName
{
background-color: #A5407C;
}
</style>
border-color css
<style>
span { border-color: #A5407C; }
span { border-color: rgb(165,64,124); }
td.TdClassName
{
border-color: #A5407C;
}
.TagClassName
{
border-color: #A5407C;
}
</style>