Shades of Medium Red Violet #A42D98
Tints of Medium Red Violet #A42D98
RGB
CMYK
RGB Variations
Color information
#A42D98 (or 0xA42D98) is known color: Medium Red Violet. HEX triplet: A4, 2D and 98. RGB value is (164,45,152). Sum of RGB (Red+Green+Blue) = 164+45+152=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42D98 is #5BD267. Grayscale: #5C5C5C. Windows color (decimal): -6017640 or 9973156. OLE color: 9973156.
HSL color Cylindrical-coordinate representation of color #A42D98: hue angle of 306.05º 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 #A42D98 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 152 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.36 |
| HSL | 306.05º | 0.57% | 0.41% | - |
| HSV(B) | 306.05º | 0.73% | 0.64% | - |
| XYZ | 21.92 | 12.04 | 30.87 | - |
| YUV | 92.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 152 | 0 | 0.73 | 0.07 | 0.36 | 306.05 | 0.57 | 0.41 |
| Hex | A4 | 2D | 98 | 0 | 49 | 7 | 24 | 132 | 39 | 29 |
| Octal | 244 | 55 | 230 | 0 | 111 | 7 | 44 | 462 | 71 | 51 |
| Binary | 10100100 | 101101 | 10011000 | 0 | 1001001 | 111 | 100100 | 100110010 | 111001 | 101001 |
Color Harmonies of #A42D98
Complementary color
Monochromatic Colors of #A42D98
Black with #A42D98
Text Example
Text Example
White with #A42D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D98; }
p { color: rgb(164,45,152); }
H1.HeaderClassName
{
color: #A42D98;
}
.AnyTagClassName
{
color: #A42D98;
}
</style>
background-color css
<style>
a { background-color: #A42D98; }
a { background-color: rgb(164,45,152); }
div.DivClassName
{
background-color: #A42D98;
}
.BgClassName
{
background-color: #A42D98;
}
</style>
border-color css
<style>
span { border-color: #A42D98; }
span { border-color: rgb(164,45,152); }
td.TdClassName
{
border-color: #A42D98;
}
.TagClassName
{
border-color: #A42D98;
}
</style>