Shades of Medium Red Violet #A4298D
Tints of Medium Red Violet #A4298D
RGB
CMYK
RGB Variations
Color information
#A4298D (or 0xA4298D) is known color: Medium Red Violet. HEX triplet: A4, 29 and 8D. RGB value is (164,41,141). Sum of RGB (Red+Green+Blue) = 164+41+141=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4298D is #5BD672. Grayscale: #585858. Windows color (decimal): -6018675 or 9251236. OLE color: 9251236.
HSL color Cylindrical-coordinate representation of color #A4298D: hue angle of 311.22º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4298D is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 41 | 141 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.36 |
| HSL | 311.22º | 0.6% | 0.4% | - |
| HSV(B) | 311.22º | 0.75% | 0.64% | - |
| XYZ | 20.91 | 11.4 | 26.3 | - |
| YUV | 89.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 141 | 0 | 0.75 | 0.14 | 0.36 | 311.22 | 0.6 | 0.4 |
| Hex | A4 | 29 | 8D | 0 | 4B | E | 24 | 137 | 3C | 28 |
| Octal | 244 | 51 | 215 | 0 | 113 | 16 | 44 | 467 | 74 | 50 |
| Binary | 10100100 | 101001 | 10001101 | 0 | 1001011 | 1110 | 100100 | 100110111 | 111100 | 101000 |
Color Harmonies of #A4298D
Complementary color
Monochromatic Colors of #A4298D
Black with #A4298D
Text Example
Text Example
White with #A4298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4298D; }
p { color: rgb(164,41,141); }
H1.HeaderClassName
{
color: #A4298D;
}
.AnyTagClassName
{
color: #A4298D;
}
</style>
background-color css
<style>
a { background-color: #A4298D; }
a { background-color: rgb(164,41,141); }
div.DivClassName
{
background-color: #A4298D;
}
.BgClassName
{
background-color: #A4298D;
}
</style>
border-color css
<style>
span { border-color: #A4298D; }
span { border-color: rgb(164,41,141); }
td.TdClassName
{
border-color: #A4298D;
}
.TagClassName
{
border-color: #A4298D;
}
</style>