Shades of Medium Red Violet #A42770
Tints of Medium Red Violet #A42770
RGB
CMYK
RGB Variations
Color information
#A42770 (or 0xA42770) is known color: Medium Red Violet. HEX triplet: A4, 27 and 70. RGB value is (164,39,112). Sum of RGB (Red+Green+Blue) = 164+39+112=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A42770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42770 is #5BD88F. Grayscale: #545454. Windows color (decimal): -6019216 or 7350180. OLE color: 7350180.
HSL color Cylindrical-coordinate representation of color #A42770: hue angle of 324.96º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42770 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 112 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.36 |
| HSL | 324.96º | 0.62% | 0.4% | - |
| HSV(B) | 324.96º | 0.76% | 0.64% | - |
| XYZ | 18.96 | 10.51 | 16.36 | - |
| YUV | 84.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 112 | 0 | 0.76 | 0.32 | 0.36 | 324.96 | 0.62 | 0.4 |
| Hex | A4 | 27 | 70 | 0 | 4C | 20 | 24 | 145 | 3E | 28 |
| Octal | 244 | 47 | 160 | 0 | 114 | 40 | 44 | 505 | 76 | 50 |
| Binary | 10100100 | 100111 | 1110000 | 0 | 1001100 | 100000 | 100100 | 101000101 | 111110 | 101000 |
Color Harmonies of #A42770
Complementary color
Monochromatic Colors of #A42770
Black with #A42770
Text Example
Text Example
White with #A42770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42770; }
p { color: rgb(164,39,112); }
H1.HeaderClassName
{
color: #A42770;
}
.AnyTagClassName
{
color: #A42770;
}
</style>
background-color css
<style>
a { background-color: #A42770; }
a { background-color: rgb(164,39,112); }
div.DivClassName
{
background-color: #A42770;
}
.BgClassName
{
background-color: #A42770;
}
</style>
border-color css
<style>
span { border-color: #A42770; }
span { border-color: rgb(164,39,112); }
td.TdClassName
{
border-color: #A42770;
}
.TagClassName
{
border-color: #A42770;
}
</style>