Shades of Medium Red Violet #A42782
Tints of Medium Red Violet #A42782
RGB
CMYK
RGB Variations
Color information
#A42782 (or 0xA42782) is known color: Medium Red Violet. HEX triplet: A4, 27 and 82. RGB value is (164,39,130). Sum of RGB (Red+Green+Blue) = 164+39+130=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A42782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42782 is #5BD87D. Grayscale: #565656. Windows color (decimal): -6019198 or 8529828. OLE color: 8529828.
HSL color Cylindrical-coordinate representation of color #A42782: hue angle of 316.32º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42782 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 130 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.36 |
| HSL | 316.32º | 0.62% | 0.4% | - |
| HSV(B) | 316.32º | 0.76% | 0.64% | - |
| XYZ | 20.06 | 10.96 | 22.18 | - |
| YUV | 86.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 130 | 0 | 0.76 | 0.21 | 0.36 | 316.32 | 0.62 | 0.4 |
| Hex | A4 | 27 | 82 | 0 | 4C | 15 | 24 | 13C | 3E | 28 |
| Octal | 244 | 47 | 202 | 0 | 114 | 25 | 44 | 474 | 76 | 50 |
| Binary | 10100100 | 100111 | 10000010 | 0 | 1001100 | 10101 | 100100 | 100111100 | 111110 | 101000 |
Color Harmonies of #A42782
Complementary color
Monochromatic Colors of #A42782
Black with #A42782
Text Example
Text Example
White with #A42782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42782; }
p { color: rgb(164,39,130); }
H1.HeaderClassName
{
color: #A42782;
}
.AnyTagClassName
{
color: #A42782;
}
</style>
background-color css
<style>
a { background-color: #A42782; }
a { background-color: rgb(164,39,130); }
div.DivClassName
{
background-color: #A42782;
}
.BgClassName
{
background-color: #A42782;
}
</style>
border-color css
<style>
span { border-color: #A42782; }
span { border-color: rgb(164,39,130); }
td.TdClassName
{
border-color: #A42782;
}
.TagClassName
{
border-color: #A42782;
}
</style>