Shades of Medium Red Violet #A3398D
Tints of Medium Red Violet #A3398D
RGB
CMYK
RGB Variations
Color information
#A3398D (or 0xA3398D) is known color: Medium Red Violet. HEX triplet: A3, 39 and 8D. RGB value is (163,57,141). Sum of RGB (Red+Green+Blue) = 163+57+141=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3398D is #5CC672. Grayscale: #626262. Windows color (decimal): -6080115 or 9255331. OLE color: 9255331.
HSL color Cylindrical-coordinate representation of color #A3398D: hue angle of 312.45º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3398D is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 141 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.36 |
| HSL | 312.45º | 0.48% | 0.43% | - |
| HSV(B) | 312.45º | 0.65% | 0.64% | - |
| XYZ | 21.38 | 12.64 | 26.51 | - |
| YUV | 98.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 141 | 0 | 0.65 | 0.13 | 0.36 | 312.45 | 0.48 | 0.43 |
| Hex | A3 | 39 | 8D | 0 | 41 | D | 24 | 138 | 30 | 2B |
| Octal | 243 | 71 | 215 | 0 | 101 | 15 | 44 | 470 | 60 | 53 |
| Binary | 10100011 | 111001 | 10001101 | 0 | 1000001 | 1101 | 100100 | 100111000 | 110000 | 101011 |
Color Harmonies of #A3398D
Complementary color
Monochromatic Colors of #A3398D
Black with #A3398D
Text Example
Text Example
White with #A3398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3398D; }
p { color: rgb(163,57,141); }
H1.HeaderClassName
{
color: #A3398D;
}
.AnyTagClassName
{
color: #A3398D;
}
</style>
background-color css
<style>
a { background-color: #A3398D; }
a { background-color: rgb(163,57,141); }
div.DivClassName
{
background-color: #A3398D;
}
.BgClassName
{
background-color: #A3398D;
}
</style>
border-color css
<style>
span { border-color: #A3398D; }
span { border-color: rgb(163,57,141); }
td.TdClassName
{
border-color: #A3398D;
}
.TagClassName
{
border-color: #A3398D;
}
</style>