Shades of Medium Red Violet #A42582
Tints of Medium Red Violet #A42582
RGB
CMYK
RGB Variations
Color information
#A42582 (or 0xA42582) is known color: Medium Red Violet. HEX triplet: A4, 25 and 82. RGB value is (164,37,130). Sum of RGB (Red+Green+Blue) = 164+37+130=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A42582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42582 is #5BDA7D. Grayscale: #555555. Windows color (decimal): -6019710 or 8529316. OLE color: 8529316.
HSL color Cylindrical-coordinate representation of color #A42582: hue angle of 316.06º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42582 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 37 | 130 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.36 |
| HSL | 316.06º | 0.63% | 0.39% | - |
| HSV(B) | 316.06º | 0.77% | 0.64% | - |
| XYZ | 20 | 10.83 | 22.15 | - |
| YUV | 85.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 130 | 0 | 0.77 | 0.21 | 0.36 | 316.06 | 0.63 | 0.39 |
| Hex | A4 | 25 | 82 | 0 | 4D | 15 | 24 | 13C | 3F | 27 |
| Octal | 244 | 45 | 202 | 0 | 115 | 25 | 44 | 474 | 77 | 47 |
| Binary | 10100100 | 100101 | 10000010 | 0 | 1001101 | 10101 | 100100 | 100111100 | 111111 | 100111 |
Color Harmonies of #A42582
Complementary color
Monochromatic Colors of #A42582
Black with #A42582
Text Example
Text Example
White with #A42582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42582; }
p { color: rgb(164,37,130); }
H1.HeaderClassName
{
color: #A42582;
}
.AnyTagClassName
{
color: #A42582;
}
</style>
background-color css
<style>
a { background-color: #A42582; }
a { background-color: rgb(164,37,130); }
div.DivClassName
{
background-color: #A42582;
}
.BgClassName
{
background-color: #A42582;
}
</style>
border-color css
<style>
span { border-color: #A42582; }
span { border-color: rgb(164,37,130); }
td.TdClassName
{
border-color: #A42582;
}
.TagClassName
{
border-color: #A42582;
}
</style>