Shades of Medium Red Violet #A3397E
Tints of Medium Red Violet #A3397E
RGB
CMYK
RGB Variations
Color information
#A3397E (or 0xA3397E) is known color: Medium Red Violet. HEX triplet: A3, 39 and 7E. RGB value is (163,57,126). Sum of RGB (Red+Green+Blue) = 163+57+126=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A3397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3397E is #5CC681. Grayscale: #606060. Windows color (decimal): -6080130 or 8272291. OLE color: 8272291.
HSL color Cylindrical-coordinate representation of color #A3397E: hue angle of 320.94º 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 #A3397E is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 126 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.36 |
| HSL | 320.94º | 0.48% | 0.43% | - |
| HSV(B) | 320.94º | 0.65% | 0.64% | - |
| XYZ | 20.33 | 12.22 | 21.03 | - |
| YUV | 96.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 126 | 0 | 0.65 | 0.23 | 0.36 | 320.94 | 0.48 | 0.43 |
| Hex | A3 | 39 | 7E | 0 | 41 | 17 | 24 | 141 | 30 | 2B |
| Octal | 243 | 71 | 176 | 0 | 101 | 27 | 44 | 501 | 60 | 53 |
| Binary | 10100011 | 111001 | 1111110 | 0 | 1000001 | 10111 | 100100 | 101000001 | 110000 | 101011 |
Color Harmonies of #A3397E
Complementary color
Monochromatic Colors of #A3397E
Black with #A3397E
Text Example
Text Example
White with #A3397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3397E; }
p { color: rgb(163,57,126); }
H1.HeaderClassName
{
color: #A3397E;
}
.AnyTagClassName
{
color: #A3397E;
}
</style>
background-color css
<style>
a { background-color: #A3397E; }
a { background-color: rgb(163,57,126); }
div.DivClassName
{
background-color: #A3397E;
}
.BgClassName
{
background-color: #A3397E;
}
</style>
border-color css
<style>
span { border-color: #A3397E; }
span { border-color: rgb(163,57,126); }
td.TdClassName
{
border-color: #A3397E;
}
.TagClassName
{
border-color: #A3397E;
}
</style>