Shades of Medium Red Violet #A42D7B
Tints of Medium Red Violet #A42D7B
RGB
CMYK
RGB Variations
Color information
#A42D7B (or 0xA42D7B) is known color: Medium Red Violet. HEX triplet: A4, 2D and 7B. RGB value is (164,45,123). Sum of RGB (Red+Green+Blue) = 164+45+123=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D7B is #5BD284. Grayscale: #595959. Windows color (decimal): -6017669 or 8072612. OLE color: 8072612.
HSL color Cylindrical-coordinate representation of color #A42D7B: hue angle of 320.67º 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 #A42D7B is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 123 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.36 |
| HSL | 320.67º | 0.57% | 0.41% | - |
| HSV(B) | 320.67º | 0.73% | 0.64% | - |
| XYZ | 19.82 | 11.2 | 19.86 | - |
| YUV | 89.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 123 | 0 | 0.73 | 0.25 | 0.36 | 320.67 | 0.57 | 0.41 |
| Hex | A4 | 2D | 7B | 0 | 49 | 19 | 24 | 141 | 39 | 29 |
| Octal | 244 | 55 | 173 | 0 | 111 | 31 | 44 | 501 | 71 | 51 |
| Binary | 10100100 | 101101 | 1111011 | 0 | 1001001 | 11001 | 100100 | 101000001 | 111001 | 101001 |
Color Harmonies of #A42D7B
Complementary color
Monochromatic Colors of #A42D7B
Black with #A42D7B
Text Example
Text Example
White with #A42D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D7B; }
p { color: rgb(164,45,123); }
H1.HeaderClassName
{
color: #A42D7B;
}
.AnyTagClassName
{
color: #A42D7B;
}
</style>
background-color css
<style>
a { background-color: #A42D7B; }
a { background-color: rgb(164,45,123); }
div.DivClassName
{
background-color: #A42D7B;
}
.BgClassName
{
background-color: #A42D7B;
}
</style>
border-color css
<style>
span { border-color: #A42D7B; }
span { border-color: rgb(164,45,123); }
td.TdClassName
{
border-color: #A42D7B;
}
.TagClassName
{
border-color: #A42D7B;
}
</style>