Shades of Medium Red Violet #A4418E
Tints of Medium Red Violet #A4418E
RGB
CMYK
RGB Variations
Color information
#A4418E (or 0xA4418E) is known color: Medium Red Violet. HEX triplet: A4, 41 and 8E. RGB value is (164,65,142). Sum of RGB (Red+Green+Blue) = 164+65+142=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4418E is #5BBE71. Grayscale: #676767. Windows color (decimal): -6012530 or 9322916. OLE color: 9322916.
HSL color Cylindrical-coordinate representation of color #A4418E: hue angle of 313.33º 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 #A4418E is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 142 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.36 |
| HSL | 313.33º | 0.43% | 0.45% | - |
| HSV(B) | 313.33º | 0.6% | 0.64% | - |
| XYZ | 22.08 | 13.63 | 27.06 | - |
| YUV | 103.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 142 | 0 | 0.60 | 0.13 | 0.36 | 313.33 | 0.43 | 0.45 |
| Hex | A4 | 41 | 8E | 0 | 3C | D | 24 | 139 | 2B | 2D |
| Octal | 244 | 101 | 216 | 0 | 74 | 15 | 44 | 471 | 53 | 55 |
| Binary | 10100100 | 1000001 | 10001110 | 0 | 111100 | 1101 | 100100 | 100111001 | 101011 | 101101 |
Color Harmonies of #A4418E
Complementary color
Monochromatic Colors of #A4418E
Black with #A4418E
Text Example
Text Example
White with #A4418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4418E; }
p { color: rgb(164,65,142); }
H1.HeaderClassName
{
color: #A4418E;
}
.AnyTagClassName
{
color: #A4418E;
}
</style>
background-color css
<style>
a { background-color: #A4418E; }
a { background-color: rgb(164,65,142); }
div.DivClassName
{
background-color: #A4418E;
}
.BgClassName
{
background-color: #A4418E;
}
</style>
border-color css
<style>
span { border-color: #A4418E; }
span { border-color: rgb(164,65,142); }
td.TdClassName
{
border-color: #A4418E;
}
.TagClassName
{
border-color: #A4418E;
}
</style>