Shades of Medium Red Violet #A4418D
Tints of Medium Red Violet #A4418D
RGB
CMYK
RGB Variations
Color information
#A4418D (or 0xA4418D) is known color: Medium Red Violet. HEX triplet: A4, 41 and 8D. RGB value is (164,65,141). Sum of RGB (Red+Green+Blue) = 164+65+141=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4418D is #5BBE72. Grayscale: #676767. Windows color (decimal): -6012531 or 9257380. OLE color: 9257380.
HSL color Cylindrical-coordinate representation of color #A4418D: hue angle of 313.94º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4418D is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 141 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.36 |
| HSL | 313.94º | 0.43% | 0.45% | - |
| HSV(B) | 313.94º | 0.6% | 0.64% | - |
| XYZ | 22.01 | 13.6 | 26.66 | - |
| YUV | 103.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 141 | 0 | 0.60 | 0.14 | 0.36 | 313.94 | 0.43 | 0.45 |
| Hex | A4 | 41 | 8D | 0 | 3C | E | 24 | 13A | 2B | 2D |
| Octal | 244 | 101 | 215 | 0 | 74 | 16 | 44 | 472 | 53 | 55 |
| Binary | 10100100 | 1000001 | 10001101 | 0 | 111100 | 1110 | 100100 | 100111010 | 101011 | 101101 |
Color Harmonies of #A4418D
Complementary color
Monochromatic Colors of #A4418D
Black with #A4418D
Text Example
Text Example
White with #A4418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4418D; }
p { color: rgb(164,65,141); }
H1.HeaderClassName
{
color: #A4418D;
}
.AnyTagClassName
{
color: #A4418D;
}
</style>
background-color css
<style>
a { background-color: #A4418D; }
a { background-color: rgb(164,65,141); }
div.DivClassName
{
background-color: #A4418D;
}
.BgClassName
{
background-color: #A4418D;
}
</style>
border-color css
<style>
span { border-color: #A4418D; }
span { border-color: rgb(164,65,141); }
td.TdClassName
{
border-color: #A4418D;
}
.TagClassName
{
border-color: #A4418D;
}
</style>