Shades of Medium Red Violet #A42E7B
Tints of Medium Red Violet #A42E7B
RGB
CMYK
RGB Variations
Color information
#A42E7B (or 0xA42E7B) is known color: Medium Red Violet. HEX triplet: A4, 2E and 7B. RGB value is (164,46,123). Sum of RGB (Red+Green+Blue) = 164+46+123=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E7B is #5BD184. Grayscale: #595959. Windows color (decimal): -6017413 or 8072868. OLE color: 8072868.
HSL color Cylindrical-coordinate representation of color #A42E7B: hue angle of 320.85º 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 #A42E7B is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 46 | 123 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.36 |
| HSL | 320.85º | 0.56% | 0.41% | - |
| HSV(B) | 320.85º | 0.72% | 0.64% | - |
| XYZ | 19.86 | 11.28 | 19.87 | - |
| YUV | 90.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 123 | 0 | 0.72 | 0.25 | 0.36 | 320.85 | 0.56 | 0.41 |
| Hex | A4 | 2E | 7B | 0 | 48 | 19 | 24 | 141 | 38 | 29 |
| Octal | 244 | 56 | 173 | 0 | 110 | 31 | 44 | 501 | 70 | 51 |
| Binary | 10100100 | 101110 | 1111011 | 0 | 1001000 | 11001 | 100100 | 101000001 | 111000 | 101001 |
Color Harmonies of #A42E7B
Complementary color
Monochromatic Colors of #A42E7B
Black with #A42E7B
Text Example
Text Example
White with #A42E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42E7B; }
p { color: rgb(164,46,123); }
H1.HeaderClassName
{
color: #A42E7B;
}
.AnyTagClassName
{
color: #A42E7B;
}
</style>
background-color css
<style>
a { background-color: #A42E7B; }
a { background-color: rgb(164,46,123); }
div.DivClassName
{
background-color: #A42E7B;
}
.BgClassName
{
background-color: #A42E7B;
}
</style>
border-color css
<style>
span { border-color: #A42E7B; }
span { border-color: rgb(164,46,123); }
td.TdClassName
{
border-color: #A42E7B;
}
.TagClassName
{
border-color: #A42E7B;
}
</style>