Shades of Medium Red Violet #A13D82
Tints of Medium Red Violet #A13D82
RGB
CMYK
RGB Variations
Color information
#A13D82 (or 0xA13D82) is known color: Medium Red Violet. HEX triplet: A1, 3D and 82. RGB value is (161,61,130). Sum of RGB (Red+Green+Blue) = 161+61+130=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13D82 is #5EC27D. Grayscale: #626262. Windows color (decimal): -6210174 or 8535457. OLE color: 8535457.
HSL color Cylindrical-coordinate representation of color #A13D82: hue angle of 318.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13D82 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 130 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.37 |
| HSL | 318.6º | 0.45% | 0.44% | - |
| HSV(B) | 318.6º | 0.62% | 0.63% | - |
| XYZ | 20.4 | 12.53 | 22.46 | - |
| YUV | 98.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 130 | 0 | 0.62 | 0.19 | 0.37 | 318.6 | 0.45 | 0.44 |
| Hex | A1 | 3D | 82 | 0 | 3E | 13 | 25 | 13F | 2D | 2C |
| Octal | 241 | 75 | 202 | 0 | 76 | 23 | 45 | 477 | 55 | 54 |
| Binary | 10100001 | 111101 | 10000010 | 0 | 111110 | 10011 | 100101 | 100111111 | 101101 | 101100 |
Color Harmonies of #A13D82
Complementary color
Monochromatic Colors of #A13D82
Black with #A13D82
Text Example
Text Example
White with #A13D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D82; }
p { color: rgb(161,61,130); }
H1.HeaderClassName
{
color: #A13D82;
}
.AnyTagClassName
{
color: #A13D82;
}
</style>
background-color css
<style>
a { background-color: #A13D82; }
a { background-color: rgb(161,61,130); }
div.DivClassName
{
background-color: #A13D82;
}
.BgClassName
{
background-color: #A13D82;
}
</style>
border-color css
<style>
span { border-color: #A13D82; }
span { border-color: rgb(161,61,130); }
td.TdClassName
{
border-color: #A13D82;
}
.TagClassName
{
border-color: #A13D82;
}
</style>