Shades of Medium Red Violet #A42E8C
Tints of Medium Red Violet #A42E8C
RGB
CMYK
RGB Variations
Color information
#A42E8C (or 0xA42E8C) is known color: Medium Red Violet. HEX triplet: A4, 2E and 8C. RGB value is (164,46,140). Sum of RGB (Red+Green+Blue) = 164+46+140=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42E8C is #5BD173. Grayscale: #5B5B5B. Windows color (decimal): -6017396 or 9186980. OLE color: 9186980.
HSL color Cylindrical-coordinate representation of color #A42E8C: hue angle of 312.2º 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 #A42E8C is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 46 | 140 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.36 |
| HSL | 312.2º | 0.56% | 0.41% | - |
| HSV(B) | 312.2º | 0.72% | 0.64% | - |
| XYZ | 21.02 | 11.74 | 25.97 | - |
| YUV | 92 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 140 | 0 | 0.72 | 0.15 | 0.36 | 312.2 | 0.56 | 0.41 |
| Hex | A4 | 2E | 8C | 0 | 48 | F | 24 | 138 | 38 | 29 |
| Octal | 244 | 56 | 214 | 0 | 110 | 17 | 44 | 470 | 70 | 51 |
| Binary | 10100100 | 101110 | 10001100 | 0 | 1001000 | 1111 | 100100 | 100111000 | 111000 | 101001 |
Color Harmonies of #A42E8C
Complementary color
Monochromatic Colors of #A42E8C
Black with #A42E8C
Text Example
Text Example
White with #A42E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42E8C; }
p { color: rgb(164,46,140); }
H1.HeaderClassName
{
color: #A42E8C;
}
.AnyTagClassName
{
color: #A42E8C;
}
</style>
background-color css
<style>
a { background-color: #A42E8C; }
a { background-color: rgb(164,46,140); }
div.DivClassName
{
background-color: #A42E8C;
}
.BgClassName
{
background-color: #A42E8C;
}
</style>
border-color css
<style>
span { border-color: #A42E8C; }
span { border-color: rgb(164,46,140); }
td.TdClassName
{
border-color: #A42E8C;
}
.TagClassName
{
border-color: #A42E8C;
}
</style>