Shades of Medium Red Violet #A5418D
Tints of Medium Red Violet #A5418D
RGB
CMYK
RGB Variations
Color information
#A5418D (or 0xA5418D) is known color: Medium Red Violet. HEX triplet: A5, 41 and 8D. RGB value is (165,65,141). Sum of RGB (Red+Green+Blue) = 165+65+141=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5418D is #5ABE72. Grayscale: #676767. Windows color (decimal): -5946995 or 9257381. OLE color: 9257381.
HSL color Cylindrical-coordinate representation of color #A5418D: hue angle of 314.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5418D is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 65 | 141 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.35 |
| HSL | 314.4º | 0.43% | 0.45% | - |
| HSV(B) | 314.4º | 0.61% | 0.65% | - |
| XYZ | 22.22 | 13.7 | 26.67 | - |
| YUV | 103.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 141 | 0 | 0.61 | 0.15 | 0.35 | 314.4 | 0.43 | 0.45 |
| Hex | A5 | 41 | 8D | 0 | 3D | F | 23 | 13A | 2B | 2D |
| Octal | 245 | 101 | 215 | 0 | 75 | 17 | 43 | 472 | 53 | 55 |
| Binary | 10100101 | 1000001 | 10001101 | 0 | 111101 | 1111 | 100011 | 100111010 | 101011 | 101101 |
Color Harmonies of #A5418D
Complementary color
Monochromatic Colors of #A5418D
Black with #A5418D
Text Example
Text Example
White with #A5418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5418D; }
p { color: rgb(165,65,141); }
H1.HeaderClassName
{
color: #A5418D;
}
.AnyTagClassName
{
color: #A5418D;
}
</style>
background-color css
<style>
a { background-color: #A5418D; }
a { background-color: rgb(165,65,141); }
div.DivClassName
{
background-color: #A5418D;
}
.BgClassName
{
background-color: #A5418D;
}
</style>
border-color css
<style>
span { border-color: #A5418D; }
span { border-color: rgb(165,65,141); }
td.TdClassName
{
border-color: #A5418D;
}
.TagClassName
{
border-color: #A5418D;
}
</style>