Shades of Medium Red Violet #A42F7A
Tints of Medium Red Violet #A42F7A
RGB
CMYK
RGB Variations
Color information
#A42F7A (or 0xA42F7A) is known color: Medium Red Violet. HEX triplet: A4, 2F and 7A. RGB value is (164,47,122). Sum of RGB (Red+Green+Blue) = 164+47+122=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42F7A is #5BD085. Grayscale: #5A5A5A. Windows color (decimal): -6017158 or 8007588. OLE color: 8007588.
HSL color Cylindrical-coordinate representation of color #A42F7A: hue angle of 321.54º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A42F7A is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 47 | 122 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.36 |
| HSL | 321.54º | 0.55% | 0.41% | - |
| HSV(B) | 321.54º | 0.71% | 0.64% | - |
| XYZ | 19.84 | 11.33 | 19.55 | - |
| YUV | 90.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 122 | 0 | 0.71 | 0.26 | 0.36 | 321.54 | 0.55 | 0.41 |
| Hex | A4 | 2F | 7A | 0 | 47 | 1A | 24 | 142 | 37 | 29 |
| Octal | 244 | 57 | 172 | 0 | 107 | 32 | 44 | 502 | 67 | 51 |
| Binary | 10100100 | 101111 | 1111010 | 0 | 1000111 | 11010 | 100100 | 101000010 | 110111 | 101001 |
Color Harmonies of #A42F7A
Complementary color
Monochromatic Colors of #A42F7A
Black with #A42F7A
Text Example
Text Example
White with #A42F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42F7A; }
p { color: rgb(164,47,122); }
H1.HeaderClassName
{
color: #A42F7A;
}
.AnyTagClassName
{
color: #A42F7A;
}
</style>
background-color css
<style>
a { background-color: #A42F7A; }
a { background-color: rgb(164,47,122); }
div.DivClassName
{
background-color: #A42F7A;
}
.BgClassName
{
background-color: #A42F7A;
}
</style>
border-color css
<style>
span { border-color: #A42F7A; }
span { border-color: rgb(164,47,122); }
td.TdClassName
{
border-color: #A42F7A;
}
.TagClassName
{
border-color: #A42F7A;
}
</style>