Shades of Medium Red Violet #A42B9D
Tints of Medium Red Violet #A42B9D
RGB
CMYK
RGB Variations
Color information
#A42B9D (or 0xA42B9D) is known color: Medium Red Violet. HEX triplet: A4, 2B and 9D. RGB value is (164,43,157). Sum of RGB (Red+Green+Blue) = 164+43+157=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42B9D is #5BD462. Grayscale: #5B5B5B. Windows color (decimal): -6018147 or 10300324. OLE color: 10300324.
HSL color Cylindrical-coordinate representation of color #A42B9D: hue angle of 303.47º 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 #A42B9D is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 157 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.36 |
| HSL | 303.47º | 0.58% | 0.41% | - |
| HSV(B) | 303.47º | 0.74% | 0.64% | - |
| XYZ | 22.26 | 12.05 | 33.05 | - |
| YUV | 92.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 157 | 0 | 0.74 | 0.04 | 0.36 | 303.47 | 0.58 | 0.41 |
| Hex | A4 | 2B | 9D | 0 | 4A | 4 | 24 | 12F | 3A | 29 |
| Octal | 244 | 53 | 235 | 0 | 112 | 4 | 44 | 457 | 72 | 51 |
| Binary | 10100100 | 101011 | 10011101 | 0 | 1001010 | 100 | 100100 | 100101111 | 111010 | 101001 |
Color Harmonies of #A42B9D
Complementary color
Monochromatic Colors of #A42B9D
Black with #A42B9D
Text Example
Text Example
White with #A42B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B9D; }
p { color: rgb(164,43,157); }
H1.HeaderClassName
{
color: #A42B9D;
}
.AnyTagClassName
{
color: #A42B9D;
}
</style>
background-color css
<style>
a { background-color: #A42B9D; }
a { background-color: rgb(164,43,157); }
div.DivClassName
{
background-color: #A42B9D;
}
.BgClassName
{
background-color: #A42B9D;
}
</style>
border-color css
<style>
span { border-color: #A42B9D; }
span { border-color: rgb(164,43,157); }
td.TdClassName
{
border-color: #A42B9D;
}
.TagClassName
{
border-color: #A42B9D;
}
</style>