Shades of Medium Red Violet #A3438D
Tints of Medium Red Violet #A3438D
RGB
CMYK
RGB Variations
Color information
#A3438D (or 0xA3438D) is known color: Medium Red Violet. HEX triplet: A3, 43 and 8D. RGB value is (163,67,141). Sum of RGB (Red+Green+Blue) = 163+67+141=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3438D is #5CBC72. Grayscale: #676767. Windows color (decimal): -6077555 or 9257891. OLE color: 9257891.
HSL color Cylindrical-coordinate representation of color #A3438D: hue angle of 313.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3438D is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 141 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.36 |
| HSL | 313.75º | 0.42% | 0.45% | - |
| HSV(B) | 313.75º | 0.59% | 0.64% | - |
| XYZ | 21.92 | 13.72 | 26.69 | - |
| YUV | 104.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 141 | 0 | 0.59 | 0.13 | 0.36 | 313.75 | 0.42 | 0.45 |
| Hex | A3 | 43 | 8D | 0 | 3B | D | 24 | 13A | 2A | 2D |
| Octal | 243 | 103 | 215 | 0 | 73 | 15 | 44 | 472 | 52 | 55 |
| Binary | 10100011 | 1000011 | 10001101 | 0 | 111011 | 1101 | 100100 | 100111010 | 101010 | 101101 |
Color Harmonies of #A3438D
Complementary color
Monochromatic Colors of #A3438D
Black with #A3438D
Text Example
Text Example
White with #A3438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3438D; }
p { color: rgb(163,67,141); }
H1.HeaderClassName
{
color: #A3438D;
}
.AnyTagClassName
{
color: #A3438D;
}
</style>
background-color css
<style>
a { background-color: #A3438D; }
a { background-color: rgb(163,67,141); }
div.DivClassName
{
background-color: #A3438D;
}
.BgClassName
{
background-color: #A3438D;
}
</style>
border-color css
<style>
span { border-color: #A3438D; }
span { border-color: rgb(163,67,141); }
td.TdClassName
{
border-color: #A3438D;
}
.TagClassName
{
border-color: #A3438D;
}
</style>