Shades of Medium Red Violet #A1407D
Tints of Medium Red Violet #A1407D
RGB
CMYK
RGB Variations
Color information
#A1407D (or 0xA1407D) is known color: Medium Red Violet. HEX triplet: A1, 40 and 7D. RGB value is (161,64,125). Sum of RGB (Red+Green+Blue) = 161+64+125=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1407D is #5EBF82. Grayscale: #636363. Windows color (decimal): -6209411 or 8208545. OLE color: 8208545.
HSL color Cylindrical-coordinate representation of color #A1407D: hue angle of 322.27º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1407D is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 125 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.37 |
| HSL | 322.27º | 0.43% | 0.44% | - |
| HSV(B) | 322.27º | 0.6% | 0.63% | - |
| XYZ | 20.23 | 12.72 | 20.79 | - |
| YUV | 99.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 125 | 0 | 0.60 | 0.22 | 0.37 | 322.27 | 0.43 | 0.44 |
| Hex | A1 | 40 | 7D | 0 | 3C | 16 | 25 | 142 | 2B | 2C |
| Octal | 241 | 100 | 175 | 0 | 74 | 26 | 45 | 502 | 53 | 54 |
| Binary | 10100001 | 1000000 | 1111101 | 0 | 111100 | 10110 | 100101 | 101000010 | 101011 | 101100 |
Color Harmonies of #A1407D
Complementary color
Monochromatic Colors of #A1407D
Black with #A1407D
Text Example
Text Example
White with #A1407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1407D; }
p { color: rgb(161,64,125); }
H1.HeaderClassName
{
color: #A1407D;
}
.AnyTagClassName
{
color: #A1407D;
}
</style>
background-color css
<style>
a { background-color: #A1407D; }
a { background-color: rgb(161,64,125); }
div.DivClassName
{
background-color: #A1407D;
}
.BgClassName
{
background-color: #A1407D;
}
</style>
border-color css
<style>
span { border-color: #A1407D; }
span { border-color: rgb(161,64,125); }
td.TdClassName
{
border-color: #A1407D;
}
.TagClassName
{
border-color: #A1407D;
}
</style>