Shades of Medium Red Violet #A42E7D
Tints of Medium Red Violet #A42E7D
RGB
CMYK
RGB Variations
Color information
#A42E7D (or 0xA42E7D) is known color: Medium Red Violet. HEX triplet: A4, 2E and 7D. RGB value is (164,46,125). Sum of RGB (Red+Green+Blue) = 164+46+125=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E7D is #5BD182. Grayscale: #5A5A5A. Windows color (decimal): -6017411 or 8203940. OLE color: 8203940.
HSL color Cylindrical-coordinate representation of color #A42E7D: hue angle of 319.83º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42E7D is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 46 | 125 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.36 |
| HSL | 319.83º | 0.56% | 0.41% | - |
| HSV(B) | 319.83º | 0.72% | 0.64% | - |
| XYZ | 19.99 | 11.33 | 20.53 | - |
| YUV | 90.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 125 | 0 | 0.72 | 0.24 | 0.36 | 319.83 | 0.56 | 0.41 |
| Hex | A4 | 2E | 7D | 0 | 48 | 18 | 24 | 140 | 38 | 29 |
| Octal | 244 | 56 | 175 | 0 | 110 | 30 | 44 | 500 | 70 | 51 |
| Binary | 10100100 | 101110 | 1111101 | 0 | 1001000 | 11000 | 100100 | 101000000 | 111000 | 101001 |
Color Harmonies of #A42E7D
Complementary color
Monochromatic Colors of #A42E7D
Black with #A42E7D
Text Example
Text Example
White with #A42E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42E7D; }
p { color: rgb(164,46,125); }
H1.HeaderClassName
{
color: #A42E7D;
}
.AnyTagClassName
{
color: #A42E7D;
}
</style>
background-color css
<style>
a { background-color: #A42E7D; }
a { background-color: rgb(164,46,125); }
div.DivClassName
{
background-color: #A42E7D;
}
.BgClassName
{
background-color: #A42E7D;
}
</style>
border-color css
<style>
span { border-color: #A42E7D; }
span { border-color: rgb(164,46,125); }
td.TdClassName
{
border-color: #A42E7D;
}
.TagClassName
{
border-color: #A42E7D;
}
</style>