Shades of Medium Red Violet #A13282
Tints of Medium Red Violet #A13282
RGB
CMYK
RGB Variations
Color information
#A13282 (or 0xA13282) is known color: Medium Red Violet. HEX triplet: A1, 32 and 82. RGB value is (161,50,130). Sum of RGB (Red+Green+Blue) = 161+50+130=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A13282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13282 is #5ECD7D. Grayscale: #5C5C5C. Windows color (decimal): -6212990 or 8532641. OLE color: 8532641.
HSL color Cylindrical-coordinate representation of color #A13282: hue angle of 316.76º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13282 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 130 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.37 |
| HSL | 316.76º | 0.53% | 0.41% | - |
| HSV(B) | 316.76º | 0.69% | 0.63% | - |
| XYZ | 19.87 | 11.47 | 22.29 | - |
| YUV | 92.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 130 | 0 | 0.69 | 0.19 | 0.37 | 316.76 | 0.53 | 0.41 |
| Hex | A1 | 32 | 82 | 0 | 45 | 13 | 25 | 13D | 35 | 29 |
| Octal | 241 | 62 | 202 | 0 | 105 | 23 | 45 | 475 | 65 | 51 |
| Binary | 10100001 | 110010 | 10000010 | 0 | 1000101 | 10011 | 100101 | 100111101 | 110101 | 101001 |
Color Harmonies of #A13282
Complementary color
Monochromatic Colors of #A13282
Black with #A13282
Text Example
Text Example
White with #A13282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13282; }
p { color: rgb(161,50,130); }
H1.HeaderClassName
{
color: #A13282;
}
.AnyTagClassName
{
color: #A13282;
}
</style>
background-color css
<style>
a { background-color: #A13282; }
a { background-color: rgb(161,50,130); }
div.DivClassName
{
background-color: #A13282;
}
.BgClassName
{
background-color: #A13282;
}
</style>
border-color css
<style>
span { border-color: #A13282; }
span { border-color: rgb(161,50,130); }
td.TdClassName
{
border-color: #A13282;
}
.TagClassName
{
border-color: #A13282;
}
</style>