Shades of Medium Red Violet #A42D8E
Tints of Medium Red Violet #A42D8E
RGB
CMYK
RGB Variations
Color information
#A42D8E (or 0xA42D8E) is known color: Medium Red Violet. HEX triplet: A4, 2D and 8E. RGB value is (164,45,142). Sum of RGB (Red+Green+Blue) = 164+45+142=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42D8E is #5BD271. Grayscale: #5B5B5B. Windows color (decimal): -6017650 or 9317796. OLE color: 9317796.
HSL color Cylindrical-coordinate representation of color #A42D8E: hue angle of 311.09º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D8E is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 142 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.36 |
| HSL | 311.09º | 0.57% | 0.41% | - |
| HSV(B) | 311.09º | 0.73% | 0.64% | - |
| XYZ | 21.13 | 11.72 | 26.74 | - |
| YUV | 91.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 142 | 0 | 0.73 | 0.13 | 0.36 | 311.09 | 0.57 | 0.41 |
| Hex | A4 | 2D | 8E | 0 | 49 | D | 24 | 137 | 39 | 29 |
| Octal | 244 | 55 | 216 | 0 | 111 | 15 | 44 | 467 | 71 | 51 |
| Binary | 10100100 | 101101 | 10001110 | 0 | 1001001 | 1101 | 100100 | 100110111 | 111001 | 101001 |
Color Harmonies of #A42D8E
Complementary color
Monochromatic Colors of #A42D8E
Black with #A42D8E
Text Example
Text Example
White with #A42D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D8E; }
p { color: rgb(164,45,142); }
H1.HeaderClassName
{
color: #A42D8E;
}
.AnyTagClassName
{
color: #A42D8E;
}
</style>
background-color css
<style>
a { background-color: #A42D8E; }
a { background-color: rgb(164,45,142); }
div.DivClassName
{
background-color: #A42D8E;
}
.BgClassName
{
background-color: #A42D8E;
}
</style>
border-color css
<style>
span { border-color: #A42D8E; }
span { border-color: rgb(164,45,142); }
td.TdClassName
{
border-color: #A42D8E;
}
.TagClassName
{
border-color: #A42D8E;
}
</style>