Shades of Medium Red Violet #A4498D
Tints of Medium Red Violet #A4498D
RGB
CMYK
RGB Variations
Color information
#A4498D (or 0xA4498D) is known color: Medium Red Violet. HEX triplet: A4, 49 and 8D. RGB value is (164,73,141). Sum of RGB (Red+Green+Blue) = 164+73+141=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A4498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4498D is #5BB672. Grayscale: #6B6B6B. Windows color (decimal): -6010483 or 9259428. OLE color: 9259428.
HSL color Cylindrical-coordinate representation of color #A4498D: hue angle of 315.16º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4498D is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 141 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.36 |
| HSL | 315.16º | 0.38% | 0.46% | - |
| HSV(B) | 315.16º | 0.55% | 0.64% | - |
| XYZ | 22.5 | 14.58 | 26.83 | - |
| YUV | 107.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 141 | 0 | 0.55 | 0.14 | 0.36 | 315.16 | 0.38 | 0.46 |
| Hex | A4 | 49 | 8D | 0 | 37 | E | 24 | 13B | 26 | 2E |
| Octal | 244 | 111 | 215 | 0 | 67 | 16 | 44 | 473 | 46 | 56 |
| Binary | 10100100 | 1001001 | 10001101 | 0 | 110111 | 1110 | 100100 | 100111011 | 100110 | 101110 |
Color Harmonies of #A4498D
Complementary color
Monochromatic Colors of #A4498D
Black with #A4498D
Text Example
Text Example
White with #A4498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4498D; }
p { color: rgb(164,73,141); }
H1.HeaderClassName
{
color: #A4498D;
}
.AnyTagClassName
{
color: #A4498D;
}
</style>
background-color css
<style>
a { background-color: #A4498D; }
a { background-color: rgb(164,73,141); }
div.DivClassName
{
background-color: #A4498D;
}
.BgClassName
{
background-color: #A4498D;
}
</style>
border-color css
<style>
span { border-color: #A4498D; }
span { border-color: rgb(164,73,141); }
td.TdClassName
{
border-color: #A4498D;
}
.TagClassName
{
border-color: #A4498D;
}
</style>