Shades of Medium Red Violet #A42B78
Tints of Medium Red Violet #A42B78
RGB
CMYK
RGB Variations
Color information
#A42B78 (or 0xA42B78) is known color: Medium Red Violet. HEX triplet: A4, 2B and 78. RGB value is (164,43,120). Sum of RGB (Red+Green+Blue) = 164+43+120=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42B78 is #5BD487. Grayscale: #575757. Windows color (decimal): -6018184 or 7875492. OLE color: 7875492.
HSL color Cylindrical-coordinate representation of color #A42B78: hue angle of 321.82º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42B78 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 120 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.36 |
| HSL | 321.82º | 0.58% | 0.41% | - |
| HSV(B) | 321.82º | 0.74% | 0.64% | - |
| XYZ | 19.56 | 10.98 | 18.86 | - |
| YUV | 87.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 120 | 0 | 0.74 | 0.27 | 0.36 | 321.82 | 0.58 | 0.41 |
| Hex | A4 | 2B | 78 | 0 | 4A | 1B | 24 | 142 | 3A | 29 |
| Octal | 244 | 53 | 170 | 0 | 112 | 33 | 44 | 502 | 72 | 51 |
| Binary | 10100100 | 101011 | 1111000 | 0 | 1001010 | 11011 | 100100 | 101000010 | 111010 | 101001 |
Color Harmonies of #A42B78
Complementary color
Monochromatic Colors of #A42B78
Black with #A42B78
Text Example
Text Example
White with #A42B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B78; }
p { color: rgb(164,43,120); }
H1.HeaderClassName
{
color: #A42B78;
}
.AnyTagClassName
{
color: #A42B78;
}
</style>
background-color css
<style>
a { background-color: #A42B78; }
a { background-color: rgb(164,43,120); }
div.DivClassName
{
background-color: #A42B78;
}
.BgClassName
{
background-color: #A42B78;
}
</style>
border-color css
<style>
span { border-color: #A42B78; }
span { border-color: rgb(164,43,120); }
td.TdClassName
{
border-color: #A42B78;
}
.TagClassName
{
border-color: #A42B78;
}
</style>