Shades of Medium Red Violet #A43182
Tints of Medium Red Violet #A43182
RGB
CMYK
RGB Variations
Color information
#A43182 (or 0xA43182) is known color: Medium Red Violet. HEX triplet: A4, 31 and 82. RGB value is (164,49,130). Sum of RGB (Red+Green+Blue) = 164+49+130=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A43182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43182 is #5BCE7D. Grayscale: #5C5C5C. Windows color (decimal): -6016638 or 8532388. OLE color: 8532388.
HSL color Cylindrical-coordinate representation of color #A43182: hue angle of 317.74º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43182 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 49 | 130 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.36 |
| HSL | 317.74º | 0.54% | 0.42% | - |
| HSV(B) | 317.74º | 0.7% | 0.64% | - |
| XYZ | 20.44 | 11.7 | 22.3 | - |
| YUV | 92.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 130 | 0 | 0.70 | 0.21 | 0.36 | 317.74 | 0.54 | 0.42 |
| Hex | A4 | 31 | 82 | 0 | 46 | 15 | 24 | 13E | 36 | 2A |
| Octal | 244 | 61 | 202 | 0 | 106 | 25 | 44 | 476 | 66 | 52 |
| Binary | 10100100 | 110001 | 10000010 | 0 | 1000110 | 10101 | 100100 | 100111110 | 110110 | 101010 |
Color Harmonies of #A43182
Complementary color
Monochromatic Colors of #A43182
Black with #A43182
Text Example
Text Example
White with #A43182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43182; }
p { color: rgb(164,49,130); }
H1.HeaderClassName
{
color: #A43182;
}
.AnyTagClassName
{
color: #A43182;
}
</style>
background-color css
<style>
a { background-color: #A43182; }
a { background-color: rgb(164,49,130); }
div.DivClassName
{
background-color: #A43182;
}
.BgClassName
{
background-color: #A43182;
}
</style>
border-color css
<style>
span { border-color: #A43182; }
span { border-color: rgb(164,49,130); }
td.TdClassName
{
border-color: #A43182;
}
.TagClassName
{
border-color: #A43182;
}
</style>