Shades of Medium Red Violet #A42682
Tints of Medium Red Violet #A42682
RGB
CMYK
RGB Variations
Color information
#A42682 (or 0xA42682) is known color: Medium Red Violet. HEX triplet: A4, 26 and 82. RGB value is (164,38,130). Sum of RGB (Red+Green+Blue) = 164+38+130=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A42682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42682 is #5BD97D. Grayscale: #555555. Windows color (decimal): -6019454 or 8529572. OLE color: 8529572.
HSL color Cylindrical-coordinate representation of color #A42682: hue angle of 316.19º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42682 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 38 | 130 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.36 |
| HSL | 316.19º | 0.62% | 0.4% | - |
| HSV(B) | 316.19º | 0.77% | 0.64% | - |
| XYZ | 20.03 | 10.89 | 22.17 | - |
| YUV | 86.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 130 | 0 | 0.77 | 0.21 | 0.36 | 316.19 | 0.62 | 0.4 |
| Hex | A4 | 26 | 82 | 0 | 4D | 15 | 24 | 13C | 3E | 28 |
| Octal | 244 | 46 | 202 | 0 | 115 | 25 | 44 | 474 | 76 | 50 |
| Binary | 10100100 | 100110 | 10000010 | 0 | 1001101 | 10101 | 100100 | 100111100 | 111110 | 101000 |
Color Harmonies of #A42682
Complementary color
Monochromatic Colors of #A42682
Black with #A42682
Text Example
Text Example
White with #A42682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42682; }
p { color: rgb(164,38,130); }
H1.HeaderClassName
{
color: #A42682;
}
.AnyTagClassName
{
color: #A42682;
}
</style>
background-color css
<style>
a { background-color: #A42682; }
a { background-color: rgb(164,38,130); }
div.DivClassName
{
background-color: #A42682;
}
.BgClassName
{
background-color: #A42682;
}
</style>
border-color css
<style>
span { border-color: #A42682; }
span { border-color: rgb(164,38,130); }
td.TdClassName
{
border-color: #A42682;
}
.TagClassName
{
border-color: #A42682;
}
</style>