Shades of Medium Red Violet #A3438A
Tints of Medium Red Violet #A3438A
RGB
CMYK
RGB Variations
Color information
#A3438A (or 0xA3438A) is known color: Medium Red Violet. HEX triplet: A3, 43 and 8A. RGB value is (163,67,138). Sum of RGB (Red+Green+Blue) = 163+67+138=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A3438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3438A is #5CBC75. Grayscale: #676767. Windows color (decimal): -6077558 or 9061283. OLE color: 9061283.
HSL color Cylindrical-coordinate representation of color #A3438A: hue angle of 315.62º 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 #A3438A is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 138 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.36 |
| HSL | 315.63º | 0.42% | 0.45% | - |
| HSV(B) | 315.63º | 0.59% | 0.64% | - |
| XYZ | 21.7 | 13.64 | 25.53 | - |
| YUV | 103.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 138 | 0 | 0.59 | 0.15 | 0.36 | 315.63 | 0.42 | 0.45 |
| Hex | A3 | 43 | 8A | 0 | 3B | F | 24 | 13C | 2A | 2D |
| Octal | 243 | 103 | 212 | 0 | 73 | 17 | 44 | 474 | 52 | 55 |
| Binary | 10100011 | 1000011 | 10001010 | 0 | 111011 | 1111 | 100100 | 100111100 | 101010 | 101101 |
Color Harmonies of #A3438A
Complementary color
Monochromatic Colors of #A3438A
Black with #A3438A
Text Example
Text Example
White with #A3438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3438A; }
p { color: rgb(163,67,138); }
H1.HeaderClassName
{
color: #A3438A;
}
.AnyTagClassName
{
color: #A3438A;
}
</style>
background-color css
<style>
a { background-color: #A3438A; }
a { background-color: rgb(163,67,138); }
div.DivClassName
{
background-color: #A3438A;
}
.BgClassName
{
background-color: #A3438A;
}
</style>
border-color css
<style>
span { border-color: #A3438A; }
span { border-color: rgb(163,67,138); }
td.TdClassName
{
border-color: #A3438A;
}
.TagClassName
{
border-color: #A3438A;
}
</style>