Shades of Medium Red Violet #A42D95
Tints of Medium Red Violet #A42D95
RGB
CMYK
RGB Variations
Color information
#A42D95 (or 0xA42D95) is known color: Medium Red Violet. HEX triplet: A4, 2D and 95. RGB value is (164,45,149). Sum of RGB (Red+Green+Blue) = 164+45+149=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42D95 is #5BD26A. Grayscale: #5C5C5C. Windows color (decimal): -6017643 or 9776548. OLE color: 9776548.
HSL color Cylindrical-coordinate representation of color #A42D95: hue angle of 307.56º 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 #A42D95 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 149 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.36 |
| HSL | 307.56º | 0.57% | 0.41% | - |
| HSV(B) | 307.56º | 0.73% | 0.64% | - |
| XYZ | 21.67 | 11.94 | 29.6 | - |
| YUV | 92.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 149 | 0 | 0.73 | 0.09 | 0.36 | 307.56 | 0.57 | 0.41 |
| Hex | A4 | 2D | 95 | 0 | 49 | 9 | 24 | 134 | 39 | 29 |
| Octal | 244 | 55 | 225 | 0 | 111 | 11 | 44 | 464 | 71 | 51 |
| Binary | 10100100 | 101101 | 10010101 | 0 | 1001001 | 1001 | 100100 | 100110100 | 111001 | 101001 |
Color Harmonies of #A42D95
Complementary color
Monochromatic Colors of #A42D95
Black with #A42D95
Text Example
Text Example
White with #A42D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D95; }
p { color: rgb(164,45,149); }
H1.HeaderClassName
{
color: #A42D95;
}
.AnyTagClassName
{
color: #A42D95;
}
</style>
background-color css
<style>
a { background-color: #A42D95; }
a { background-color: rgb(164,45,149); }
div.DivClassName
{
background-color: #A42D95;
}
.BgClassName
{
background-color: #A42D95;
}
</style>
border-color css
<style>
span { border-color: #A42D95; }
span { border-color: rgb(164,45,149); }
td.TdClassName
{
border-color: #A42D95;
}
.TagClassName
{
border-color: #A42D95;
}
</style>